stable/freqtrade/freqai/prediction_models
2022-08-28 19:21:57 +02:00
..
__init__.py Convert freqAI into packages 2022-07-24 17:07:45 +02:00
BaseClassifierModel.py add continual retraining feature, handly mypy typing reqs, improve docstrings 2022-08-24 13:00:55 +02:00
BaseRegressionModel.py add continual retraining feature, handly mypy typing reqs, improve docstrings 2022-08-24 13:00:55 +02:00
BaseTensorFlowModel.py add continual retraining feature, handly mypy typing reqs, improve docstrings 2022-08-24 13:00:55 +02:00
CatboostClassifier.py set cpu threads in config 2022-08-24 13:00:55 +02:00
CatboostRegressor.py set cpu threads in config 2022-08-24 13:00:55 +02:00
CatboostRegressorMultiTarget.py add classifier, improve model naming scheme 2022-08-06 08:33:55 +02:00
LightGBMClassifier.py fix input shape warning for LGBMClassifier, add sample_weights/eval_weights 2022-08-16 11:41:53 +02:00
LightGBMRegressor.py fix input shape warning for LGBMClassifier, add sample_weights/eval_weights 2022-08-16 11:41:53 +02:00
LightGBMRegressorMultiTarget.py add classifier, improve model naming scheme 2022-08-06 08:33:55 +02:00
ReinforcementLearner_multiproc.py refactor environment inheritence tree to accommodate flexible action types/counts. fix bug in train profit handling 2022-08-28 19:21:57 +02:00
ReinforcementLearner.py refactor environment inheritence tree to accommodate flexible action types/counts. fix bug in train profit handling 2022-08-28 19:21:57 +02:00