Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# endregion


class ESGFMLRandomForest(QCAlgorithm):
class MlRandomForestAlgorithm(QCAlgorithm):
"""
ESGF Kit - ML RandomForest Sector Rotation.
ML RandomForest Sector Rotation.

Sector ETF rotation using Random Forest classification with walk-forward
training. Each month the model predicts which sectors will outperform,
Expand Down
Loading
Loading