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

Fix Catboost prediction_components #227

Merged
merged 3 commits into from Feb 1, 2024

Conversation

alex-hse-repository
Copy link
Collaborator

Before submitting (must do checklist)

  • Did you read the contribution guide?
  • Did you update the docs? We use Numpy format for all the methods and classes.
  • Did you write any new necessary tests?
  • Did you update the CHANGELOG?

Proposed Changes

  • prediction_components worked incorrectly in some cases(i.e. order of columns in test dataframe differs from train) -- add creating Pool out of dataframe

Closing issues

@alex-hse-repository alex-hse-repository self-assigned this Jan 30, 2024
Copy link

github-actions bot commented Jan 30, 2024

🚀 Deployed on https://deploy-preview-227--etna-docs.netlify.app

@github-actions github-actions bot temporarily deployed to pull request January 30, 2024 11:58 Inactive
@github-actions github-actions bot temporarily deployed to pull request January 30, 2024 12:35 Inactive
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e2e73ee) 89.03% compared to head (6c848ad) 89.03%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #227   +/-   ##
=======================================
  Coverage   89.03%   89.03%           
=======================================
  Files         199      199           
  Lines       13181    13183    +2     
=======================================
+ Hits        11736    11738    +2     
  Misses       1445     1445           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alex-hse-repository alex-hse-repository merged commit db94d8d into master Feb 1, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants