edit requirements
Created by: MAGLeb
Add requirements for GitHub Actions. Manual build work only for integration tests. Integration tests were rewrite for reduce time working. Locally integration tests worked as well as GitHub Actions in 15-20 minutes.
Three main types of functions are tested in integration tests:
- examples
- cases
- metrics
It seems to me that tests for examples and cases can be reduced by simply checking their performance and not running the composer on them. I also think it is worth adding tests for metrics on other datasets in the future, because only one test for the framework's performance metric is used (comparison with baseline and xgboost).