Cory Simon

Results 6 issues of Cory Simon

It would be awesome if we could compute the out of bag error in the process of training the random forest. We can naturally do a sort of cross validation...

My entire design matrix cannot fit in memory. Much like `SGDRegressor.partial_fit()` in scikit-learn (see [here](http://scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html)), can I use `Lasso.jl` to fit in epochs, feeding batches of data at a time?...

enhancement

Where can I find a list of the emoji's that are supported? Thanks.

It seems that only ten visualizations will display at once. e.g. when I display 15 structures, the screen is blank for the first 5. How do I overcome this limitation?

Can we change: ``` typealias AttributeDict Dict{UTF8String, Any} ``` to ``` typealias AttributeDict Dict{Any, Any} ``` ? I don't see the point in restricting the keys of the dictionary that...

This package is really useful as learning rate updaters. I'm using a variant of the Adam scheme here for SGD. I think it is unnecessary to have \rho_i^t as vectors....