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

Random integration test errors #1201

Open
kasyanovse opened this issue Nov 21, 2023 · 0 comments
Open

Random integration test errors #1201

kasyanovse opened this issue Nov 21, 2023 · 0 comments
Labels
test The additon or modification of the unit test

Comments

@kasyanovse
Copy link
Collaborator

kasyanovse commented Nov 21, 2023

List of random problems that may occurs in tests.

Tests that fall due to uncorrect parameters (#1203)

  1. RANSAC. In some cases for some residual_threshold values pipeline throughs error: "there is no common outputs" or internal RANSAC error. Also some parameters may lead to slow fitting due to wide tuning range.
  2. CatBoost (and maybe XGBoost). Some parameters are incompatible.
  3. LaggedImplementation. If windows parameter is incorrect (greater than data length), error is raised.

Also:

  1. (closed because it doesn't seem to exist) Problem with data merging or data shape (Operation predict problem #1204)
@kasyanovse kasyanovse added the test The additon or modification of the unit test label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test The additon or modification of the unit test
Projects
None yet
Development

No branches or pull requests

1 participant