Artur Dox
Artur Dox
#### 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:...
#### Description My understanding is that when creating a task, the selected estimation procedure defines the train/test splits of the dataset. When creating a run, a model is evaluated on...
#### Description On https://www.openml.org/search?type=measure&measure_type=estimation_procedure I can see the different estimation procedure ids. When creating a new task on the test server as follows ``` test_task = openml.tasks.create_task( task_type=TaskType.SUPERVISED_CLASSIFICATION, dataset_id=128, target_name="class",...
#### Description My understanding is that in order to upload the results for a particular task, I need to create a run with a trained model and task such as...
Hi, I am trying to create a new task using the website, but after inserting the requried info and clicking on Upload Task, nothing happens. Is this a bug or...
Hello, I checked [scperturb.org](http://projects.sanderlab.org/scperturb/datavzrd/scPerturb_vzrd_v1/dataset_info/index_1.html) on the 03.03. and found 58 datasets. Today, I see that datasets have been deleted and I can only see 45 datasets. The column **Number of...
Hi, thanks for this cool method! I need to run your method on my data and wanted to test it first. I ran `manual_seml_sweep.py ` with providing `lincs_full_smiles_sciplex_genes.h5ad` as this...
**Is your feature request related to a problem? Please describe.** I would like to create agent workflows with models hosted by [vLLM](https://github.com/vllm-project/vllm). I also need to use function calling. **Describe...
Thanks for this cool work! I was checking the code and didn't see the training pipeline. Could this be uploaded? Thanks! I see that this has already been asked in...