https://github.com/openml/server-api
Python-based server
https://github.com/openml/server-api
Last synced: 4 months ago
JSON representation
Python-based server
- Host: GitHub
- URL: https://github.com/openml/server-api
- Owner: openml
- License: bsd-3-clause
- Created: 2023-05-08T13:50:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T18:42:54.000Z (about 1 year ago)
- Last Synced: 2025-06-23T19:40:45.403Z (about 1 year ago)
- Language: Python
- Homepage: https://openml.github.io/server-api/
- Size: 682 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 105
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing/contributing.md
- License: LICENSE
Awesome Lists containing this project
README

# OpenML Server
This is the Python-based OpenML REST API server.
It's a rewrite of our [old backend](http://github.com/openml/openml) built with a
modern Python-based stack.
> [!WARNING]
> This software is in early stages of development and not ready for production.
If you simply want to access data stored on OpenML in a programmatic way,
please have a look at connector packages in
[Python](https://openml.github.io/openml-python/main/),
[Java](https://github.com/openml/openml-java),
or [R](http://openml.github.io/openml-r/).
For information on getting started, please visit our [documentation](https://openml.github.io/server-api).