Home > @josh-brown/vector > Regressor
A machine learning model with a continuous numeric target
Signature:
export interface Regressor<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. | |
|
Learns the optimal set of parameters for the model. |