intelligent-trading-bot/common
2026-04-21 12:21:32 +02:00
..
__init__.py initial commit 2022-03-20 10:09:33 +01:00
analyzer.py add two utility functions with interval arithmetics and replace the corresponding code 2026-02-05 15:31:44 +01:00
backtesting.py changes of columns in simulator 2025-04-26 11:13:57 +02:00
classifier_gb.py pass all parameters from config to gradient boosting algorithm 2026-04-18 12:13:40 +02:00
classifier_lc.py pass all parameters from config to gradient boosting algorithm 2026-04-18 12:13:40 +02:00
classifier_nn.py fix an issue with tensorflow/keras import 2026-01-21 13:10:46 +01:00
classifier_svc.py add classifiers for separate algorithms 2026-01-08 17:58:09 +01:00
gen_features.py add moving averge lines to the notifier diagram 2025-09-07 11:01:45 +02:00
gen_features_rolling_agg.py refactorings and renamings for unifying various generators 2023-12-10 11:47:25 +01:00
gen_labels_highlow.py restructure code for high-low label generator 2026-04-21 12:21:32 +02:00
gen_labels_topbot.py fix problems with the label generator 2026-01-16 10:20:03 +01:00
gen_signals.py move the function for backtesting into a seprate module 2025-04-17 17:48:45 +02:00
generators.py fix problems with the label generator 2026-01-16 10:20:03 +01:00
model_store.py remove unnecessary import 2025-07-26 19:42:59 +02:00
my_feature_example.py add model store reference to the arguments of the standard generator functions 2025-06-16 17:52:46 +02:00
types.py fix problems with model loading in model store 2025-06-26 22:05:52 +02:00
utils.py restructure code for high-low label generator 2026-04-21 12:21:32 +02:00