Commit graph

25 commits

Author SHA1 Message Date
Alexandr Savinov
4465f3f304 store all models in pickle without keras saver/loader 2025-03-08 10:53:54 +01:00
Alexandr Savinov
c299e61b4c removed deprecated and unused code 2025-01-11 19:02:01 +01:00
Alexandr Savinov
5e6526c8c6 improve generator of algorithm models 2025-01-11 18:44:28 +01:00
Alexandr Savinov
8c24ef07c1 refactor the structure of processing for online/stream part (batch scripts to be updated) 2023-12-09 19:59:29 +01:00
Alexandr Savinov
1df71039cd switch back to h5 format because the new keras format does not work on aarch64 platform 2023-08-31 19:31:27 +02:00
Alexandr Savinov
0c6d2f71dd minor parameter adjustments 2023-08-27 12:30:16 +02:00
Alexandr Savinov
d44ae4f8bd minor changes in comments and parameters 2023-08-11 20:26:56 +02:00
Alexandr Savinov
2ae11e4155 use algorithm configurations from config file instead of the model_store 2023-08-08 20:56:43 +02:00
Alexandr Savinov
b6cdd05ea9 add possibility to process windows of size 1 in talib feature generator 2023-07-23 22:21:15 +02:00
Alexandr Savinov
d1883f443d fix memory leak in tensorflow because of repeated predictions in a loop 2023-05-14 14:13:53 +02:00
Alexandr Savinov
e0718da911 increase default train size 2023-03-26 15:46:12 +02:00
Alexandr Savinov
5e1174af6a remove warnings and minor changes 2022-12-18 10:52:17 +01:00
Alexandr Savinov
e647c5ed12 parameter and other minor changes 2022-08-13 22:38:27 +02:00
Alexandr Savinov
168b7fd477 fix bug with splitting label and algo as well as some minor changes 2022-08-07 14:02:28 +02:00
Alexandr Savinov
6fbb6834bc function for splitting labal and algorithm as separator as a parameter 2022-08-07 11:13:48 +02:00
Alexandr Savinov
a3e7a658e2 fix problems with support vector classifier and add it to model store 2022-08-05 20:24:42 +02:00
Alexandr Savinov
e8e447141a minor changes 2022-07-23 09:12:34 +02:00
Alexandr Savinov
dbacf65c7b refactor train models 2022-07-16 11:41:27 +02:00
Alexandr Savinov
a90e87c797 refactorings and optimizations 2022-06-26 17:32:41 +02:00
Alexandr Savinov
c2ad579752 fine tuning feature and label generation 2022-04-24 20:52:38 +02:00
Alexandr Savinov
d8e4749b0f multiple sources and their processing by merger and feature generator as well as refactorings 2022-04-23 09:18:45 +02:00
Alexandr Savinov
70eb51c434 add top-bot labels with lower levels and tolerances 2022-04-19 19:05:39 +02:00
Alexandr Savinov
8f8ca8b97d refactor generate features 2022-04-18 13:25:25 +02:00
Alexandr Savinov
5f5fb5ae1d refactore merger to read data from config 2022-04-17 19:55:22 +02:00
Alexandr Savinov
8d7d0618dc change the role and conventions for data folder and file names 2022-04-17 11:34:34 +02:00
Renamed from scripts/model_store.py (Browse further)