Home > @josh-brown/vector > Classifier
A machine learning model with a continuous numeric target
Signature:
export interface Classifier<H> |
Method |
Description |
|---|---|
|
Return the full set of hyperparameters used to train the model, including defaults. | |
|
Uses the learned parameters to make predictions based on a set of input data. | |
|
Uses the learned parameters to make predictions for the probability of an event based on a set of input data. | |
|
Learns the optimal set of parameters for the model. |