https://github.com/openml/openml.org
New OpenML website
https://github.com/openml/openml.org
hacktoberfest openml python reactjs
Last synced: 5 months ago
JSON representation
New OpenML website
- Host: GitHub
- URL: https://github.com/openml/openml.org
- Owner: openml
- License: bsd-3-clause
- Created: 2018-06-07T20:31:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-09T11:30:21.000Z (11 months ago)
- Last Synced: 2025-07-09T12:42:02.135Z (11 months ago)
- Topics: hacktoberfest, openml, python, reactjs
- Language: JavaScript
- Homepage: https://new.openml.org
- Size: 7.49 MB
- Stars: 30
- Watchers: 8
- Forks: 20
- Open Issues: 108
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenML Frontend
This is a novel standalone frontend for OpenML, built on Flask, React, and Dash.
Master Branch:
[](https://travis-ci.com/openml/openml.org)
Development branch:
[](https://travis-ci.com/openml/openml.org)
## Getting started
Please see the [Website documentation](https://docs.openml.org/contributing/website/Website/) for installation instructions and further information on structure and guidelines.
## How to contribute
We welcome all contributions to:
* Style and layout
* Data visualizations
* Search functionality
* Bugfixes and open issues
If you want to contribute new features, or you need additional functionality from the OpenML server, please open an issue.
## OpenML Server interaction
The frontend mainly works on data from an ElasticSearch index of OpenML data.
Additional interactions with an OpenML backend (e.g. dataset upload) go via the [OpenML Python API](https://openml.github.io/openml-python/main/)
## Help
This code is currently underdocumented. We are working on this. Feel very free to open issues to ask questions!