aimclub / FEDOT

Automated modeling and machine learning framework FEDOT
https://fedot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
619 stars 84 forks source link

New test for operation speed measuring #1182

Closed kasyanovse closed 6 months ago

kasyanovse commented 8 months ago

There is fast_train tag for operation. It must garantee that operation is fast. That should be tested.

For example, test may define operation complexity as function of data size. If complexity function grows fast, then operation should not have fast_train tag.

Base test: test.integration.models.test_model.test_operations_are_fast.