stable/freqtrade/freqai/prediction_models
2022-08-24 13:00:55 +02:00
..
__init__.py Convert freqAI into packages 2022-07-24 17:07:45 +02:00
BaseClassifierModel.py make BaseClassifierModel. Add predict_proba to lightgbm 2022-08-13 20:07:31 +02:00
BaseRegressionModel.py debug classifier with predict proba 2022-08-13 19:40:24 +02:00
BaseTensorFlowModel.py finalize logo, improve doc, improve algo overview, fix base tensorflowmodel for mypy 2022-08-14 02:49:01 +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
ReinforcementLearningPPO_multiproc.py reinforce training with state info, reinforce prediction with state info, restructure config to accommodate all parameters from any user imported model type. Set 5Act to default env on TDQN. Clean example config. 2022-08-24 13:00:55 +02:00
ReinforcementLearningPPO.py reinforce training with state info, reinforce prediction with state info, restructure config to accommodate all parameters from any user imported model type. Set 5Act to default env on TDQN. Clean example config. 2022-08-24 13:00:55 +02:00
ReinforcementLearningTDQN_multiproc.py reinforce training with state info, reinforce prediction with state info, restructure config to accommodate all parameters from any user imported model type. Set 5Act to default env on TDQN. Clean example config. 2022-08-24 13:00:55 +02:00
ReinforcementLearningTDQN.py reinforce training with state info, reinforce prediction with state info, restructure config to accommodate all parameters from any user imported model type. Set 5Act to default env on TDQN. Clean example config. 2022-08-24 13:00:55 +02:00