sparsebn icon indicating copy to clipboard operation
sparsebn copied to clipboard

Software for learning sparse Bayesian networks

Results 4 sparsebn issues
Sort by recently updated
recently updated
newest added

Extend and improve the existing `show.parents` method to filter by richer criteria such as minimum number of parents, number of children, v-structures, etc. - Write a method for filtering: `filter.nodes`...

enhancement

Request for the least squares loss to handle non-Gaussian continuous data with linear relations as described in Equation 1.3 of this preprint: https://arxiv.org/abs/1511.08963

feature-request

Similar to default R modeling functions such as lm, glm. See ?match.call. Will need to modify sparsebnFit in sparsebnUtils to accommodate this (see [related issue](https://github.com/itsrainingdata/sparsebnUtils/issues/11)).

enhancement

Error: > cyto.learn 1 : 'length = 6922161' in coercion to 'logical(1)' I am getting this error only in my workstation but when i running this code in another workstation,...