aimclub / Fedot.Industrial

Python framework for automated time series classification, regression and forecasting
https://fedotindustrial.readthedocs.io
BSD 3-Clause "New" or "Revised" License
76 stars 7 forks source link

Update default params based on tuning search space #137

Closed PvtKaefsky closed 1 month ago

PvtKaefsky commented 1 month ago

Checked all parameters with those taken into account in the selection of parameters during tuning (tuning/search_space.py).

For new continuous values took average values from those specified in the tuning search space selection.

For the rest I checked the documentation somewhere, somewhere I set them by analogy with similar classes.

pep8speaks commented 1 month ago

Thanks for update, @PvtKaefsky!

Line 8:1: E265 block comment should start with '# '

Comment last updated at 2024-05-17 11:36:21 UTC