Sebastian Fischer

Results 247 issues of Sebastian Fischer

So it seems to, that the parquet files are missing the `is_row_identifier` and `is_ignore` columns, at least for the two examples provided below. * For the *ignore* column compare dataset...

There are some datasets with multiple target variables (e.g. dataset 43338). One can create different tasks for all of the target variables. However currently this is not possible, because one...

It would be great if it was possible to also assign licenses to e.g. task collections

I am not sure whether this is actually the problem but I suspect it is. The API docs say that the data-split is created according to the "row_id_attribute" if it...

I have noticed that there are some differences between the parquet and the arff files (e.g. the classes integer and double can be different between the two formats), furthermore the...

Last time I checked it was possible to attach a task to a task-collection, even when I was not the owner of the task collection

For many OpenML objects (e.g. estimation procedures) some html tags are included in the description. It would be nice if someone grepped over those descriptions and removed the html tags.

First of all, thank you for this great package, I would like to be able to add specific file-patterns, such as `./tests/testthat/helper*.R` to the queried files, such that they are...

Sorry for this probably stupid question, but in neovim there is the possibility to use [nvim-dap](https://github.com/mfussenegger/nvim-dap) for languages for which the debug adapter protocol was implemented. Is it possible to...

I am trying to include `catboost` (Link: https://github.com/catboost/catboost/tree/master/catboost/R-package) into the *Remotes* field of my R package `DESCRIPTION` but when I run `pak::local_install_dev_deps(".")` I get the following error message: ``` Error:...

bug