C++ implementation of Dbscan algo | Fits a DBSCAN model on an input feature matrix and outputs the labels and core_sample_indices |
C-wrapper to C++ implementation of Dbscan algo | Fits a DBSCAN model on an input feature matrix and outputs the labels |
scikit-learn-esq make_blobs | GPU-equivalent of sklearn.datasets.make_blobs |
fit an ordinary least squares model | |
fit a ridge regression model (l2 regularized least squares) | |
to make predictions with a fitted ordinary least squares and ridge | |
: structure holding parameters used by random projection model | |
C-wrapper to C++ implementation of Support Vector Machine | |
Training methods | Fits a HoltWinters model |
Forecast methods | Forecasts future points from fitted HoltWinters model |