MALE5-V3.0.0 #3
MegaJoctan
started this conversation in
General
Replies: 1 comment 4 replies
-
I think the best solution is to have some scripts example for each Module. For example I'm trying Linear Regression and Logistic Regression, but I can't get them work properly. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Documentations and examples prioritized in this Major release
-> I have been receiving complaints that the library is hard to use as it is not well documented for people with no ML background and coming across this repo from Github, There are plenty of README files to explain each model inside its folder
-> Some might still find the wiki useful
-> Compatibility Checked!! users may not be able to find errors during compilation on this release than the previous ones
-> KMeans class updates and version compatibility
-> Dimensionality reduction Base class renamed to BaseDimRed to avoid conflicts with other base classes when multiple files are imported
-> Kohonen Maps PlotScatterCurveMatrix compatibility fixed, this method has been revoked matrix of maps or clusters can be plotted as follows
-> Kohonen maps fit & predicts methods
-> Metrics | scaler save methods for each scaler to csv files | Will be updated to binaries in the next version
-> RegressionMetrics for metric.mqh static class
->
fit()
andfit_transform
for all the prediction models and transformation models respectively implemented for all modelsThis discussion was created from the release MALE5-V3.0.0 .
Beta Was this translation helpful? Give feedback.
All reactions