Skip to content

openml/status

Repository files navigation

status

Status page of OpenML

Checks:

  • MinIO: curl -I https://data.openml.org/minio/health/live returns 200 OK.
  • ElasticSearch: curl -X GET "https://es.openml.org/_cluster/health?wait_for_status=yellow&timeout=10s&pretty"
  • Website: curl -I "https://www.openml.org/" returns 200 OK.
  • REST API: curl "https://www.openml.org/api/v1/json/evaluationmeasure/list"
  • Test Server: ?