MegaJoctan/MALE5

Errors

Closed this issue · 1 comments

Hi bro. Unfortunately, it was not possible to test your product. The library names in the examples are incorrect, and if you fix them, the code still throws an error.
2024-02-09_18-30-57
2024-02-09_18-34-57
Please share working code examples

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