-
Hi,
I have followed the instructions on Github and have successfully (apparently) installed hdbscan. However, when I import hdbscan I receive the following error:
> > > import hdbscan
> > > Tracebac…
-
Lasso regression is said to be an easy algorithm whose model characteristics change as iterations pass. Let's implement it on dolphin-async and see if we can use this fact for job optimization.
-
The algorithm descriptions for [RandomizedLogisticRegression](http://scikit-learn.org/stable/modules/generated/sklearn.linear_model.RandomizedLogisticRegression.html#sklearn.linear_model.RandomizedLog…
-
Matt,
Another great library. I was able to successfully run the library, but I'm not sure I understand what is going on.
You set the As to be as follows:
`In [25]: As`
`Out[25]:
[array([[-0.99, -…
-
I'm trying to customize my default notebook by adding Python3, R, and HTML. Also setting it up so it automatically loads particular modules that I use everytime (i.e. numpy, seaborn, pandas, networkx…
-
The linear regression model is currently incomplete and untidy. The following changes are required:
- ~~The LinRegressor field `b` is poorly named. Should be renamed to `parameters`. (Other suggestion…
-
Ridge and OLS as implemented in sklearn are much faster than the current solver, for some reason. (The reason is that obviously, something I hack together will always be worse than sklearn.)
They also…
-
We can copy the `BaseEstimator` class from here (with proper attribution): https://github.com/mne-tools/mne-python/blob/master/mne/decoding/base.py
Then it should work with `scikit-learn` cv objects …
-
-
Hi Bernd,
I’ve just finished upgrading the RPlugin for WEKA to use the classification and regression schemes from mlr 2.7. It’s very cool to have xgboost in there, which seems to be one of the curren…