Salvador Balkus

Results 4 issues of Salvador Balkus

I have written a custom unsupervised learning model that implements `transform` and `fit`. I'd like to use MLJ to perform resampling and obtain out-of-fold output for this model. For example,...

This PR adds a `reject` function that drops the specified columns from the Table. It works by calling `select` on the columns of the table *not* specified by the user...

Hi there, Is there a way to load *weighted* graphs using this package? Currently the documentation appears to only give examples for unweighted graphs. Using those examples with GraphML drops...

I recently ran into an issue where the `glm` function failed in the following code: ``` using GLM n = 10 data = (X = rand(n) .+ 0.5, y =...