Skip to content

Commit

Permalink
svm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaJoctan committed Mar 3, 2024
1 parent 2525166 commit 6cd8092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SVM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ The `CLinearSVM` class provides functionalities for training and using a linear
* The chosen hyperparameters (learning rate, epochs, etc.) can significantly impact the performance of the model. Experimentation and tuning might be needed for optimal results.
* The class uses mini-batch training for improved efficiency on large datasets.
* During training, the `during_training` flag is set to True to prevent making predictions while the model is being updated.

**Reference**
* [Data Science and Machine Learning(Part 15): SVM, A Must-Have Tool in Every Trader's Toolbox ](https://www.mql5.com/en/articles/13395)

0 comments on commit 6cd8092

Please sign in to comment.