Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
0159f47
set up folder structure and base code
geetu040 Dec 30, 2025
58e9175
Merge branch 'main' into migration
fkiraly Dec 31, 2025
bdd65ff
Merge branch 'main' into migration
geetu040 Jan 1, 2026
52ef379
fix pre-commit
geetu040 Jan 5, 2026
f7ba710
Merge base migration pr, ruff
JATAYU000 Jan 6, 2026
5dfcbce
refactor
geetu040 Jan 7, 2026
2acbe99
implement cache_dir
geetu040 Jan 7, 2026
af99880
refactor
geetu040 Jan 7, 2026
74ab366
Merge branch 'main' into pr/1576
fkiraly Jan 7, 2026
8964517
edit, fork, delete updated
JATAYU000 Jan 8, 2026
1c2fa99
Added features, updated list
JATAYU000 Jan 8, 2026
18e85de
Merge commit pull/1576 into dataset_resource
JATAYU000 Jan 9, 2026
9bcbcb3
Refactor functions, except get
JATAYU000 Jan 9, 2026
96df5e3
Remove circular import using lazy import
JATAYU000 Jan 9, 2026
c955f43
Modify reviews, feature and qualities
JATAYU000 Jan 14, 2026
4c75e16
undo changes in tasks/functions.py
geetu040 Jan 15, 2026
5762185
Merge branch 'main' into migration
geetu040 Jan 15, 2026
3ad7268
Merge base pr
JATAYU000 Jan 17, 2026
3e7c415
Download methods
JATAYU000 Jan 18, 2026
8933cd8
Refactored functions
JATAYU000 Jan 19, 2026
dfa0ab7
Update todos, topic endpoints
JATAYU000 Jan 20, 2026
7e9bc1f
Merge branch 'main' into migration
geetu040 Jan 21, 2026
c603383
add tests directory
geetu040 Jan 21, 2026
ff6a8b0
use enum for delay method
geetu040 Jan 21, 2026
f01898f
implement cache
geetu040 Jan 21, 2026
5c4511e
refactor clients
geetu040 Jan 21, 2026
05dec9c
fixed minio methods and edit migration
JATAYU000 Jan 21, 2026
2012a72
Merge base pr
JATAYU000 Jan 21, 2026
35f450a
Updated Minio, download methods
JATAYU000 Jan 21, 2026
5080752
checksum for arff download
JATAYU000 Jan 22, 2026
24582ef
use cache, new enpoints
JATAYU000 Jan 22, 2026
d789e83
lazy imports
JATAYU000 Jan 22, 2026
43276d2
fix import in resources/base.py
geetu040 Jan 23, 2026
1206f69
refactor and add exception handling
geetu040 Jan 26, 2026
4948e99
refactor resources/base/
geetu040 Jan 26, 2026
a354167
implement delete
geetu040 Jan 26, 2026
1fe7e3e
implement publish and minor refactoring
geetu040 Jan 27, 2026
8d51fea
Fixes some tests
JATAYU000 Jan 27, 2026
bd85ec4
fix conflicts
JATAYU000 Jan 27, 2026
54a3151
implement tag/untag
geetu040 Jan 27, 2026
2b6fe65
implement fallback
geetu040 Jan 27, 2026
f4d6e75
code 103, dataset download
JATAYU000 Jan 27, 2026
0c16547
New tests partial
JATAYU000 Jan 27, 2026
fa53f8d
add test_http.py
geetu040 Jan 28, 2026
2b2db96
add uses_test_server marker
geetu040 Jan 28, 2026
f4c739d
Update delete test
JATAYU000 Jan 28, 2026
b87feb5
Merge commit 'refs/pull/1576/head' into dataset_resource
JATAYU000 Jan 28, 2026
c9617f9
implement reset_cache
geetu040 Jan 29, 2026
6bb20c3
Post update, v2 tests additions
JATAYU000 Jan 29, 2026
7d7fa43
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 29, 2026
5bc37b8
fixes with publish/delete
geetu040 Jan 29, 2026
08d9916
fix cache_key in tests
geetu040 Jan 29, 2026
8caba11
update _not_supported
geetu040 Jan 30, 2026
b4a817a
Merge commit '/pull/1576'
JATAYU000 Jan 30, 2026
1913c10
add 'get_api_config' skeleton method
SimonBlanke Jan 30, 2026
7681949
remove 'APISettings'
SimonBlanke Jan 30, 2026
01840a5
impl. 'get_api_config'
SimonBlanke Jan 30, 2026
26ed4c1
add singleton pattern for settings
SimonBlanke Jan 30, 2026
c588d0c
add 'reset_settings'
SimonBlanke Jan 30, 2026
b6ff720
remove unused code
SimonBlanke Jan 30, 2026
80d5afc
reimplement usage of v1 settings config
SimonBlanke Jan 30, 2026
f47112c
first try v2, fallback to v1 if not available
SimonBlanke Jan 30, 2026
d44cf3e
reimplement singelton without the use of 'global'
SimonBlanke Jan 30, 2026
ea7dda1
add explanations
SimonBlanke Jan 30, 2026
f0e5947
change usage of settings to new impl.
SimonBlanke Jan 30, 2026
edcd006
add explanations
SimonBlanke Jan 30, 2026
cde0aae
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 30, 2026
aa1e560
move to config: APIVersion, ResourceType
geetu040 Feb 1, 2026
06b8497
remove api_context entirely
geetu040 Feb 1, 2026
384da91
major refactor
geetu040 Feb 1, 2026
1878138
more refactoring with setup/
geetu040 Feb 2, 2026
dc26e01
implement APIBackend as controller
geetu040 Feb 2, 2026
e2d059b
move enums
geetu040 Feb 2, 2026
d156ad4
module level imports
geetu040 Feb 2, 2026
d7a3788
module level import for _backend
geetu040 Feb 2, 2026
b5b9ef6
module level import for tests
geetu040 Feb 2, 2026
68820fe
Merge branch 'main' into migration
geetu040 Feb 2, 2026
7288284
New tests,cache exception in download
JATAYU000 Feb 2, 2026
567eca4
add test: test_tag_and_untag
geetu040 Feb 2, 2026
d23790b
Merge, post fix
JATAYU000 Feb 2, 2026
95e8890
md5_checksum, and request fix
JATAYU000 Feb 2, 2026
16c9251
Merge branch 'openml:main' into dataset_resource
JATAYU000 Feb 2, 2026
23fe19b
Merge commit /pull/1576
JATAYU000 Feb 2, 2026
be29dc9
Merge branch 'dataset_resource'
JATAYU000 Feb 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions openml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
utils,
)
from .__version__ import __version__
from ._api import _backend
from .datasets import OpenMLDataFeature, OpenMLDataset
from .evaluations import OpenMLEvaluation
from .flows import OpenMLFlow
Expand Down Expand Up @@ -109,6 +110,7 @@ def populate_cache(
"OpenMLTask",
"__version__",
"_api_calls",
"_backend",
"config",
"datasets",
"evaluations",
Expand Down
95 changes: 95 additions & 0 deletions openml/_api/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
from .clients import (
HTTPCache,
HTTPClient,
MinIOClient,
)
from .resources import (
API_REGISTRY,
DatasetAPI,
DatasetV1API,
DatasetV2API,
EstimationProcedureAPI,
EstimationProcedureV1API,
EstimationProcedureV2API,
EvaluationAPI,
EvaluationMeasureAPI,
EvaluationMeasureV1API,
EvaluationMeasureV2API,
EvaluationV1API,
EvaluationV2API,
FallbackProxy,
FlowAPI,
FlowV1API,
FlowV2API,
ResourceAPI,
ResourceV1API,
ResourceV2API,
RunAPI,
RunV1API,
RunV2API,
SetupAPI,
SetupV1API,
SetupV2API,
StudyAPI,
StudyV1API,
StudyV2API,
TaskAPI,
TaskV1API,
TaskV2API,
)
from .setup import (
APIBackend,
APIBackendBuilder,
APIConfig,
CacheConfig,
Config,
ConnectionConfig,
_backend,
)

__all__ = [
"API_REGISTRY",
"APIBackend",
"APIBackendBuilder",
"APIConfig",
"CacheConfig",
"Config",
"ConnectionConfig",
"DatasetAPI",
"DatasetV1API",
"DatasetV2API",
"EstimationProcedureAPI",
"EstimationProcedureV1API",
"EstimationProcedureV2API",
"EvaluationAPI",
"EvaluationMeasureAPI",
"EvaluationMeasureV1API",
"EvaluationMeasureV2API",
"EvaluationV1API",
"EvaluationV2API",
"FallbackProxy",
"FallbackProxy",
"FlowAPI",
"FlowV1API",
"FlowV2API",
"HTTPCache",
"HTTPClient",
"MinIOClient",
"ResourceAPI",
"ResourceAPI",
"ResourceV1API",
"ResourceV2API",
"RunAPI",
"RunV1API",
"RunV2API",
"SetupAPI",
"SetupV1API",
"SetupV2API",
"StudyAPI",
"StudyV1API",
"StudyV2API",
"TaskAPI",
"TaskV1API",
"TaskV2API",
"_backend",
]
8 changes: 8 additions & 0 deletions openml/_api/clients/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from .http import HTTPCache, HTTPClient
from .minio import MinIOClient

__all__ = [
"HTTPCache",
"HTTPClient",
"MinIOClient",
]
Loading
Loading