Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Industrial release 0.5 #169

Merged
merged 377 commits into from
Mar 5, 2025
Merged
Changes from 1 commit
Commits
Show all changes
377 commits
Select commit Hold shift + click to select a range
93b35ec
Automated autopep8 fixes
Jan 16, 2025
33598b4
fix: remove initial_assumption from config forecasting example
Lopa10ko Jan 16, 2025
bbd5bf5
feat: add anomaly detection
Lopa10ko Jan 16, 2025
9cc1211
valid forecasting example with full api usage
Jan 17, 2025
d77f4d6
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Jan 17, 2025
21f1fb9
Automated autopep8 fixes
Jan 17, 2025
b2d440f
move m4 forecasting to another dir
Jan 17, 2025
25426e8
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Jan 17, 2025
1cf9cb7
fix: remove finetune param from pdl example
Lopa10ko Jan 17, 2025
49f3eb8
fix: check if output_data has predict and target
Lopa10ko Jan 17, 2025
3e290ab
Fix DeepAr model. Fix smoothing operation. Fix finetune method
Jan 17, 2025
b4f978f
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Jan 17, 2025
803e23a
Automated autopep8 fixes
Jan 17, 2025
2c01beb
chore: rewrite pdl_clf bench api_config
Lopa10ko Jan 17, 2025
2b590f1
fix: change ts clf bench constructor injection parameters
Lopa10ko Jan 17, 2025
de8b672
fix: add compute_config layer on output_folder and history dir setting
Lopa10ko Jan 17, 2025
bff2f5b
big pack of changes. Optimizer, ts_forecasting strategy,mutation_and_…
Jan 21, 2025
8d94657
Automated autopep8 fixes
Jan 21, 2025
6f082e2
add csv with sota results
Jan 21, 2025
43449de
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Jan 21, 2025
68f8600
chore: remove duplicates in csv files
Lopa10ko Jan 21, 2025
5d294ac
feat: add config for PDL multi clf benchmark example
Lopa10ko Jan 21, 2025
1a2f133
fix: refactor benchmark_TSC run method
Lopa10ko Jan 21, 2025
215b749
Automated autopep8 fixes
Jan 21, 2025
62bd8d9
adaptated examples for using with new ApiTemplate
ismonnar Jan 21, 2025
5bfb85d
adaptated examples for using with new ApiTemplate
ismonnar Jan 21, 2025
631cc0a
Automated autopep8 fixes
Jan 22, 2025
4bb1954
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Lopa10ko Jan 22, 2025
eaddf79
feat: add clf default config, move constants to separate enums
Lopa10ko Jan 22, 2025
fb549e0
fix: add None-aware check for initial_assumption
Lopa10ko Jan 22, 2025
003ae52
feat: add feature generator strategy creator function in example util…
Lopa10ko Jan 22, 2025
9edd802
fix: typo in recurrence module
Lopa10ko Jan 22, 2025
5847570
Automated autopep8 fixes
Jan 22, 2025
70253d2
fix: remove circular import in ts data generation
Lopa10ko Jan 22, 2025
cd275e1
feat: add federated_automl example config, patch ts clf example
Lopa10ko Jan 22, 2025
0f3a823
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Lopa10ko Jan 22, 2025
bf0e9f2
fix bug in eigen_forecast, deepar forecast, lagged transform. Fix emp…
Jan 22, 2025
430e4cb
Automated autopep8 fixes
Jan 22, 2025
c2d7716
minor fixes in examples
Jan 22, 2025
e249f74
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Jan 22, 2025
c546c9c
minor fixes in forecasting
Jan 22, 2025
168038d
feat: add pdl regression example
Lopa10ko Jan 22, 2025
0e9daf5
feat: add regression default learning config
Lopa10ko Jan 22, 2025
9932910
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Lopa10ko Jan 22, 2025
789723a
Automated autopep8 fixes
Jan 22, 2025
53348b1
feat: add ts regression example
Lopa10ko Jan 22, 2025
d8f0b8f
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Lopa10ko Jan 22, 2025
82c1f89
fix: add zero-length check for node_to_add_transformation
Lopa10ko Jan 22, 2025
cb1a01f
feat: add cripto ts regression new api examples
Lopa10ko Jan 22, 2025
552f65b
feat: add cripto ts forecasting new api examples
Lopa10ko Jan 22, 2025
fbec848
fix: add reference after assignment in an individuals sampling function
Lopa10ko Jan 22, 2025
fee3eb1
feat: add monash loader in example utils
Lopa10ko Jan 22, 2025
f433fb0
feat: add economic ts regression new api example
Lopa10ko Jan 22, 2025
2206fef
Automated autopep8 fixes
Jan 22, 2025
450c7df
feat: probability calibration new api example
Lopa10ko Jan 23, 2025
b748c07
feat: forecasting strategy example
Lopa10ko Jan 23, 2025
46802ad
Automated autopep8 fixes
Jan 23, 2025
6c4eee5
fix: pass strategy_params instead of a task_params to a strategy cons…
Lopa10ko Jan 24, 2025
52022ab
feat: add fedot gapfilling function to a set of example utils
Lopa10ko Jan 24, 2025
1f0f395
fix: move ItalyPowerDemand_fake for valid testing
Lopa10ko Jan 24, 2025
2be42b9
update: example heart_rate_monitoring.ipynb
ismonnar Jan 27, 2025
e75f57f
Merge branch 'industrial_release_0.5' of https://github.com/aimclub/F…
ismonnar Jan 27, 2025
dc3ba43
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Lopa10ko Jan 27, 2025
f14c3e1
first iteration for anomaly detection benchmark
Jan 27, 2025
141e10b
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Jan 27, 2025
c62b0ce
Automated autopep8 fixes
Jan 27, 2025
ba9eb40
fix: update dataset loading in bitcoin forecasting notebook
Lopa10ko Jan 27, 2025
8e0c6be
chore: delete arff DailyOilGasPrices files
Lopa10ko Jan 27, 2025
c567c3c
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Lopa10ko Jan 27, 2025
6362f51
fix: correct EXAMPLES_DATA_PATH import
Lopa10ko Jan 27, 2025
2acb16b
Automated autopep8 fixes
Jan 27, 2025
f1e73c7
update notebook example of economic data forecasting
PvtKaefsky Jan 27, 2025
f6311e6
Update motor_temperature.ipynb
ismonnar Jan 27, 2025
41265e2
Update motor_temperature.ipynb
ismonnar Jan 28, 2025
75068a1
Update motor_temperature.ipynb
ismonnar Jan 28, 2025
5b497b3
Update motor_temperature.ipynb
ismonnar Jan 28, 2025
854a29e
Update motor_temperature.ipynb
ismonnar Jan 28, 2025
4077d54
Update building_energy_consumption_electricity.ipynb
ismonnar Jan 28, 2025
c32cedf
Update building_energy_consumption_hotwater.ipynb
ismonnar Jan 28, 2025
dca3e4d
Update building_energy_consumption_steam.ipynb
ismonnar Jan 28, 2025
ef59a87
fix: add data loading and path specs to building_energy_consumption_e…
Lopa10ko Jan 28, 2025
518cfda
feat: add air quality madrid (environment monitoring ts reg) new api …
Lopa10ko Jan 28, 2025
b313a94
feat: add arctic sea (environment monitoring ts reg) new api example
Lopa10ko Jan 28, 2025
d4ab83a
Automated autopep8 fixes
Jan 28, 2025
4424e92
fix: bring back m4 loading in loader
Lopa10ko Jan 28, 2025
2142675
feat: implement FEDOT-native get_composite_pipeline function
Lopa10ko Jan 28, 2025
56b750e
feat: update sot_compare function in industrial examples utils
Lopa10ko Jan 28, 2025
f0733ac
feat: add topo forecaster backbone
Lopa10ko Jan 29, 2025
4734fec
fix: add new api test_api_main, parametrize and update explain method
Lopa10ko Jan 29, 2025
70b3e2c
Automated autopep8 fixes
Jan 29, 2025
5de9d8e
fix: add new api test_checkers_collection
Lopa10ko Jan 29, 2025
9d2a5fc
fix: add new api test_industrial_strategy
Lopa10ko Jan 29, 2025
b24805a
feat: update explain FedotIndustrial method
Lopa10ko Jan 29, 2025
746f725
feat: add default clf and reg learning configs
Lopa10ko Jan 29, 2025
4b2bbbe
Automated autopep8 fixes
Jan 29, 2025
08b3472
feat: add new api point extractor test, rm duplicated kernel strategy…
Lopa10ko Jan 29, 2025
dd886f3
feat: add new node_dict passing in linear pipelines
Lopa10ko Jan 29, 2025
68545b8
feat: add new node_dict passing in linear pipelines
Lopa10ko Jan 29, 2025
67ca006
restructure nn_impl folder. Add ts_forecasting lagged models. Reworke…
Jan 30, 2025
8e87468
Automated autopep8 fixes
Jan 30, 2025
72285a5
fix: update wavelet basis and automl strategy test
Lopa10ko Jan 30, 2025
73a202d
fix: bring back init_input_data convertor method
Lopa10ko Jan 30, 2025
191a183
fix: bring back init_input_data test
Lopa10ko Jan 30, 2025
aecce63
fix bag with target merge in filter_target func. fix bag in bagging o…
Jan 30, 2025
d99043f
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Jan 30, 2025
4634291
minor fixes in ts forecasting
Jan 30, 2025
294a49a
minor fixes in optimizer
Feb 3, 2025
109a192
fix: typo in path of Lora example
Lopa10ko Feb 3, 2025
c2c3a85
fix: update finetune api test
Lopa10ko Feb 3, 2025
e07347d
chore: remove federated_automl from strategies test
Lopa10ko Feb 3, 2025
dd033a9
Automated autopep8 fixes
Feb 3, 2025
1f3e217
chore: add skip marks for tests
Lopa10ko Feb 3, 2025
e83d5ba
chore: specify spacy dependency version
Lopa10ko Feb 4, 2025
a57fb7a
chore: bump up poetry cache workflow step
Lopa10ko Feb 4, 2025
8363117
chore: remove match statement to support python3.9 test run
Lopa10ko Feb 4, 2025
58aba05
Automated autopep8 fixes
Feb 4, 2025
78a4d93
test: set a timeout of 1min per linear pipeline test
Lopa10ko Feb 4, 2025
6af76d1
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Lopa10ko Feb 4, 2025
0035926
test: set a timeout of 2min per linear pipeline test
Lopa10ko Feb 4, 2025
f9db769
test: add timeout for linear models via decorator
Lopa10ko Feb 4, 2025
2ab2c6e
chore: add pytest intense logging mode
Lopa10ko Feb 4, 2025
dc86f75
Automated autopep8 fixes
Feb 4, 2025
945cc09
chore: set timeout for 5min per linear pipeline
Lopa10ko Feb 4, 2025
4ee0eb8
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Lopa10ko Feb 4, 2025
1a8bb60
feat: bring back skab loading in loader
Lopa10ko Feb 4, 2025
ec236c9
feat: add check whether a classes_ property is subscriptable
Lopa10ko Feb 4, 2025
b70d886
test: update fedot-native automl strategy
Lopa10ko Feb 4, 2025
d6d1936
test: update nbeats fedot to fedot.industrial mutation functions swap
Lopa10ko Feb 4, 2025
f649eae
chore: go for more straight-forward repo swap instead of manager
Lopa10ko Feb 4, 2025
673b903
Automated autopep8 fixes
Feb 4, 2025
61d99e9
chore: go for more straight-forward repo swap instead of manager
Lopa10ko Feb 4, 2025
05b0b98
Automated autopep8 fixes
Feb 4, 2025
7a9da0a
fix: rollback repo swap
Lopa10ko Feb 4, 2025
00c01f2
chore: set timeout to 3min for linear pipelines
Lopa10ko Feb 4, 2025
d4e21ff
chore: bump up test timeout values
Lopa10ko Feb 5, 2025
42aabc3
change api_config init method
Feb 6, 2025
7380322
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Feb 6, 2025
102a8d5
fix: shutdown dask cluster along with client
Lopa10ko Feb 6, 2025
b31cca8
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Lopa10ko Feb 6, 2025
71817db
cicd: remove redundant giotto-tda dependency
Lopa10ko Feb 6, 2025
a8d283a
cicd: add fixed giotto-tda dependency
Lopa10ko Feb 6, 2025
683eafc
Automated autopep8 fixes
Feb 14, 2025
ce83fb6
feat: add dask-aware exception handling for fit and finetune
Lopa10ko Feb 14, 2025
1ec8505
Automated autopep8 fixes
Feb 14, 2025
2bf54e0
update tcn model for m4 benchmark
PvtKaefsky Feb 14, 2025
017555c
Automated autopep8 fixes
Feb 14, 2025
8961a98
cicd: add fedot git dependency, remove giotto-tda extras
Lopa10ko Feb 14, 2025
c41a556
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Lopa10ko Feb 14, 2025
dd0ce13
feat: bring back tcn model unit test
Lopa10ko Feb 14, 2025
f3dd96b
cicd: add fedot git dependency, remove giotto-tda extras
Lopa10ko Feb 14, 2025
1bfca2a
cicd: pin fedot dependency to a stable revision
Lopa10ko Feb 14, 2025
21154b7
chore: add ts linguist repo infographic specification
Lopa10ko Feb 14, 2025
e38d32d
refactoring matrix decomposition methods
FrogerProgger Feb 17, 2025
c2d1557
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
FrogerProgger Feb 17, 2025
105b2fe
Automated autopep8 fixes
Feb 17, 2025
2f8eaad
upd model repo
v1docq Feb 17, 2025
81804bb
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
v1docq Feb 17, 2025
5eb1ce2
add industrial_model_interface for automl composing
v1docq Feb 18, 2025
8b80161
refactoring in extractors and lagged model
v1docq Feb 18, 2025
e31a808
refactoring in industrial abstract classes
v1docq Feb 18, 2025
4cba7c6
new benchmark scripts
v1docq Feb 18, 2025
a4fc748
optimisation and model strategy updates
v1docq Feb 18, 2025
36f8666
cache algo update
v1docq Feb 18, 2025
0afbd14
minor updates
v1docq Feb 18, 2025
d49e418
Automated autopep8 fixes
Feb 18, 2025
8211993
add output_mode parameter to predict function for StatClassificator
Lopa10ko Feb 18, 2025
0bb9e10
refactor tests to use pytest fixtures for DataCacher and update singu…
technocreep Feb 19, 2025
7f60ba2
Automated autopep8 fixes
Feb 19, 2025
81c9d58
add catboost params synonyms error and tuner params setting fixes
Lopa10ko Feb 19, 2025
2f84fd1
change sota uni setup, add custom bench results folder specification
Lopa10ko Feb 20, 2025
30cc554
add default api configs, format model strategy, remove redundant try …
Lopa10ko Feb 20, 2025
6806438
bench qol updates: add monash preproc, upd tsf metrics, clarify tcn s…
PvtKaefsky Feb 24, 2025
bdbc6c6
Automated autopep8 fixes
Feb 24, 2025
cf36424
fix metric func signatures
Lopa10ko Feb 24, 2025
da50b55
fix reshape one_dimensional convertor
Lopa10ko Feb 24, 2025
d297184
add benchmark examples for monash and m4, update api eval for compati…
PvtKaefsky Feb 25, 2025
2b74361
Automated autopep8 fixes
Feb 25, 2025
c3bdd48
fixed datatype for laggedAR
technocreep Feb 26, 2025
39cf126
fixed spectrum variance estimation
technocreep Feb 26, 2025
1721a49
updated VALID_LINEAR_TSF_PIPELINE for eigen
technocreep Feb 26, 2025
bc74982
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
technocreep Feb 26, 2025
e48fac8
simplified test data, updated eigen transformation
technocreep Feb 26, 2025
24cc2e3
Automated autopep8 fixes
Feb 26, 2025
6b585a1
install fedot from master
technocreep Feb 26, 2025
301b357
fixed fedot version
technocreep Feb 26, 2025
e431e92
updated python versions
technocreep Feb 26, 2025
0d531b8
updated deepar test
technocreep Feb 26, 2025
a2743d9
deleted deprecated mse metric
technocreep Feb 26, 2025
c072068
Automated autopep8 fixes
Feb 26, 2025
79a11a0
implemented rmse and mse metrics
technocreep Feb 26, 2025
f747467
Automated autopep8 fixes
Feb 26, 2025
c632bcc
added ApiConfigCheck unit test
technocreep Feb 26, 2025
cbb9d8c
Automated autopep8 fixes
Feb 26, 2025
e17a2e0
included topo in clf and reg unit tests
technocreep Feb 26, 2025
d2d9600
Automated autopep8 fixes
Feb 26, 2025
4b8a26b
no composite reg please
technocreep Feb 26, 2025
683b844
Automated autopep8 fixes
Feb 26, 2025
93741b2
updated backwards linear ppl tests
technocreep Feb 26, 2025
779f552
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
technocreep Feb 26, 2025
c7f9387
update afrer merge
technocreep Feb 26, 2025
ca12b97
.
technocreep Feb 26, 2025
5e546e3
Automated autopep8 fixes
Feb 26, 2025
e16048b
.
technocreep Feb 26, 2025
5d390cb
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
technocreep Feb 26, 2025
7ea0ee5
.
technocreep Feb 26, 2025
ea71fb3
Automated autopep8 fixes
Feb 26, 2025
b66abbd
updated python version for unit-tests
technocreep Feb 28, 2025
afee6ce
fix classification multi bench init, temporarily remove Adiac dataset…
Lopa10ko Feb 28, 2025
355c4a4
updated fedot version in toml
technocreep Feb 28, 2025
d405a1f
add eigen _tensor_decompose multivariate dimension fix
Lopa10ko Feb 28, 2025
229ec9d
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Lopa10ko Feb 28, 2025
9d61dad
Automated autopep8 fixes
Feb 28, 2025
59b4914
defined global logging level to kick golem's ass
technocreep Feb 28, 2025
427a80d
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
technocreep Feb 28, 2025
3d57e1f
Automated autopep8 fixes
Feb 28, 2025
1b741dc
fixed multidim extraction, updated repo with new pipelines, fixed spe…
technocreep Feb 28, 2025
412dd9b
Automated autopep8 fixes
Feb 28, 2025
1de4a51
monkepatch golem's logger message method
Lopa10ko Feb 28, 2025
c421bf5
monkeypatch to strategy
technocreep Feb 28, 2025
6058c5e
Automated autopep8 fixes
Feb 28, 2025
e598d0c
except kernel strategy
technocreep Feb 28, 2025
511ddbb
Automated autopep8 fixes
Feb 28, 2025
5c7dcd5
update pdl examples
Lopa10ko Feb 28, 2025
9e9ea2c
update regression SOTA_multi and forecasting M4_uni bench examples
Lopa10ko Feb 28, 2025
8b1f6eb
Automated autopep8 fixes
Feb 28, 2025
8f34e51
included conv_autoencoder to unit testing
technocreep Mar 2, 2025
297382a
Automated autopep8 fixes
Mar 2, 2025
8a26a5e
included glm to unit tests
technocreep Mar 2, 2025
3a0222f
updated unit for main class to cover more lines
technocreep Mar 2, 2025
21abe93
Automated autopep8 fixes
Mar 2, 2025
abf1d7b
exclude randomness in patch_tst unit test
technocreep Mar 2, 2025
27948f6
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
technocreep Mar 2, 2025
0268b9b
Automated autopep8 fixes
Mar 2, 2025
fed2515
exclude randomness in transformer test
technocreep Mar 2, 2025
4bf93f5
pdl unit
technocreep Mar 2, 2025
0c7c135
Automated autopep8 fixes
Mar 2, 2025
11dd943
pdl actual unit
technocreep Mar 2, 2025
adacec3
Automated autopep8 fixes
Mar 2, 2025
443b356
updated coverage
technocreep Mar 2, 2025
bce902c
fixed kernel test issue, fixed randomness, updated converage rules
technocreep Mar 3, 2025
7fe4b35
Automated autopep8 fixes
Mar 3, 2025
8e9645c
implementer approximate version of head layers test
technocreep Mar 3, 2025
b18b08f
Automated autopep8 fixes
Mar 3, 2025
a5c8ea5
fixed fedot version before release, added unit for pdl_transform
technocreep Mar 3, 2025
335a8c8
Automated autopep8 fixes
Mar 3, 2025
c693da0
fixed gtda version for compatibility
technocreep Mar 3, 2025
a847195
get back to last reqs
technocreep Mar 3, 2025
926167c
fixed type cast in PDL
technocreep Mar 3, 2025
fffc3c4
minor changes in code plus additional unit test
technocreep Mar 4, 2025
cf73641
Automated autopep8 fixes
Mar 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
exclude lock
technocreep committed Nov 6, 2024
commit 91b11c62f842217877e100bf672da78dbcc0ba7f
6,340 changes: 0 additions & 6,340 deletions poetry.lock

This file was deleted.