Skip to content

[ENH] V1 → V2 API Migration - estimation procedures#1604

Open
EmanAbdelhaleem wants to merge 197 commits intoopenml:mainfrom
EmanAbdelhaleem:estimation-procedures-mig
Open

[ENH] V1 → V2 API Migration - estimation procedures#1604
EmanAbdelhaleem wants to merge 197 commits intoopenml:mainfrom
EmanAbdelhaleem:estimation-procedures-mig

Conversation

@EmanAbdelhaleem
Copy link
Contributor

@EmanAbdelhaleem EmanAbdelhaleem commented Jan 7, 2026

Fixes #1622
Depends on #1576
Related to: #1575

Details

This PR implements EstimationProcedures resource, and refactor its existing functions

@codecov-commenter
Copy link

codecov-commenter commented Jan 7, 2026

Codecov Report

❌ Patch coverage is 74.16073% with 254 lines in your changes missing coverage. Please review.
✅ Project coverage is 49.23%. Comparing base (7feb2a3) to head (f33e962).

Files with missing lines Patch % Lines
openml/_config.py 73.86% 75 Missing ⚠️
openml/_api/clients/http.py 69.86% 66 Missing ⚠️
openml/_api/setup/builder.py 27.02% 27 Missing ⚠️
openml/_api/setup/backend.py 66.66% 19 Missing ⚠️
openml/_api/resources/base/versions.py 83.11% 13 Missing ⚠️
openml/_api/resources/base/base.py 71.42% 10 Missing ⚠️
openml/_api/resources/estimation_procedure.py 80.00% 10 Missing ⚠️
openml/cli.py 0.00% 8 Missing ⚠️
openml/_api/resources/base/fallback.py 84.21% 6 Missing ⚠️
openml/runs/functions.py 0.00% 5 Missing ⚠️
... and 10 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1604      +/-   ##
==========================================
- Coverage   52.82%   49.23%   -3.59%     
==========================================
  Files          37       61      +24     
  Lines        4371     5053     +682     
==========================================
+ Hits         2309     2488     +179     
- Misses       2062     2565     +503     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@geetu040 geetu040 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great. The implementation is clean and nicely decoupled. The next step should be adding tests, but let's wait until we have a clearer roadmap for that.
Also, please update the PR description to follow this format:

Fixes #...
Depends on #1576
Related to #1575

@geetu040 geetu040 mentioned this pull request Jan 9, 2026
25 tasks
Copy link
Collaborator

@geetu040 geetu040 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please sync with base PR and update with these comments #1576 (comment)

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.

[ENH] V1 → V2 API Migration - estimation procedures

6 participants