An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# OpenML Frontend
This is a novel standalone frontend for OpenML, built on Flask, React, and Dash.

Master Branch:
[![Build Status](https://travis-ci.com/openml/openml.org.svg?branch=master)](https://travis-ci.com/openml/openml.org)

Development branch:
[![Build Status](https://travis-ci.com/openml/openml.org.svg?branch=develop)](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!