freqtrade_origin/freqtrade/freqai/base_models
2023-06-07 18:26:49 +02:00
..
BaseClassifierModel.py update docs, improve the interaction with define_data_pipeline 2023-06-07 18:26:49 +02:00
BasePyTorchClassifier.py update docs, improve the interaction with define_data_pipeline 2023-06-07 18:26:49 +02:00
BasePyTorchModel.py bring classifier/rl up to new paradigm. ensure tests pass. remove old code. add documentation, add new example transform 2023-05-29 13:33:29 +02:00
BasePyTorchRegressor.py update docs, improve the interaction with define_data_pipeline 2023-06-07 18:26:49 +02:00
BaseRegressionModel.py update docs, improve the interaction with define_data_pipeline 2023-06-07 18:26:49 +02:00
FreqaiMultiOutputClassifier.py simplified predict and predict_proba using super(). Added duplicate class label check. 2022-10-30 09:48:30 +00:00
FreqaiMultiOutputRegressor.py Add training elapsed time 2022-09-23 01:18:34 -07:00