Errors
Closed this issue · 1 comments
Kolkapetkinsyn commented
MegaJoctan commented
In the version 2.0.0 linear regression constructor is not callable with parameters
CLinearRegression lr;
Inside your trading functions
lr.fit(x, y); //To train the model
lr.predict(x); //To make predictions