stable/freqtrade/freqai/base_models
Yinon Polak 366c148c10 create children class to PyTorchClassifier to implement the fit method where we initialize the trainer and model objects 2023-03-19 14:38:49 +02:00
..
BaseClassifierModel.py ensure predict_proba follows suit. Remove all lib specific params from example config 2022-12-11 12:39:31 +01:00
BasePyTorchModel.py convert single quotes to double quotes 2023-03-09 13:29:11 +02:00
BaseRegressionModel.py fix bug in MultiOutput* with conv_width = 1 2022-12-11 12:15:19 +01:00
BaseTensorFlowModel.py fix typos - live predictions candles 2022-10-20 12:15:41 -03: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
PyTorchModelTrainer.py create children class to PyTorchClassifier to implement the fit method where we initialize the trainer and model objects 2023-03-19 14:38:49 +02:00