Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server error when creating a new task #1190

Open
ArturDev42 opened this issue Apr 21, 2023 · 1 comment
Open

Server error when creating a new task #1190

ArturDev42 opened this issue Apr 21, 2023 · 1 comment

Comments

@ArturDev42
Copy link

ArturDev42 commented Apr 21, 2023

Description

When creating a new task on the test server, the following error is thrown:

OpenMLServerError: Unexpected server error when calling [https://test.openml.org/api/v1/xml/task/.](https://test.openml.org/api/v1/xml/task/) 
Please contact the developers! Status code: 500

This seems to some kind of bug, because in the past I was able to sucessfully create new tasks.

Steps/Code to Reproduce

I am trying to create a new task as follows:

test_task = openml.tasks.create_task(
        task_type=TaskType.SUPERVISED_CLASSIFICATION,
        dataset_id=128,
        target_name="class",
        evaluation_measure="predictive_accuracy",
        estimation_procedure_id=3,
    )
test_task.publish()

Versions

macOS-13.0-arm64-arm-64bit
Python 3.11.2 
NumPy 1.24.2
SciPy 1.10.1
Scikit-Learn 1.2.2
OpenML 0.13.1
@mfeurer mfeurer transferred this issue from openml/openml-python Jun 12, 2023
@mfeurer
Copy link
Contributor

mfeurer commented Jun 12, 2023

Unfortunately, it is not possible to upload things to the test server at the moment. Therefore, I just transferred the issue to the main OpenML repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants