freqtrade_origin/freqtrade/freqai
Shane ad0f88796b
fix: logical error
Fix logical error in the conditional checks for model classes. The `elif` statement that looks for "lightgbm.sklearn" or "xgb" in the model class string is now broken into two separate conditions because the old condition would always evaluate to `True` due to the non-empty string "xgb".
2024-01-20 10:42:37 +11:00
..
base_models Fix further warning message due to old Parallel import 2023-12-25 16:09:42 +01:00
prediction_models feat: add SKLearnRandomForestClassifier 2023-12-18 12:56:04 +01:00
RL Fix typo 2023-10-15 10:51:36 +02:00
tensorboard training_env is a property, also, so types can't be overridden 2023-11-22 07:22:40 +01:00
torch pytorch - set n_steps type as optional 2023-08-04 14:33:59 +00:00
__init__.py Re-add init file 2023-05-12 18:26:34 +02:00
data_drawer.py fix: ensure we have a row of zeros appended (not the function) 2023-12-10 15:30:19 +01:00
data_kitchen.py Fix duplicated data loading and timerange for populate_features 2023-12-18 20:06:49 +00:00
freqai_interface.py Fix whitespace 2023-09-30 08:23:21 +02:00
utils.py fix: logical error 2024-01-20 10:42:37 +11:00