-
First, **THANK YOU** for such an awesome project! OpenML has already saved me days and days of work -- it is amazing.
I'm going through lots of datasets doing binary classification with the Python…
-
Sorry, I have some simple questions.
Does the function only support the numeric dataset (not categorical data)?
```
feature_type: the type of the feature (int, double, float, short, ...).
```
…
-
We need to know what kind of data there is in open data.
Some ideas:
- Curl list of datasets
- For each dataset record
- maximum number of records
- number of features
- types of feat…
-
I was trying to create a unified lightgbm. I've fit the model using the tidymodels framework.
Unfortunately I got this error: `Error in ifelse(decision_type %in% c(">=", ">"), ret.second(split_index)…
-
hi, thanks for the library!
I was wondering how best to handle a particular use-case, where a single column can "expand" into multiple categorical factors. The specific context is when analyzing da…
-
Using pyo3-polars 0.17 with the _dtype-categorical_ feature for polars seems to lead to compilation errors. Using pyo3-polars 0.15 works fine.
> error[E0004]: non-exhaustive patterns: `&DataType::C…
-
### Core Components
- **Schema Parser and Validator**: Takes user-provided schemas (JSON or SQL DDL) as input and outputs a structured representation of the schema, such as an abstract syntax tree (A…
-
Hi Mike,
I have a suggestion to enhance the context menu for tables: it would be valuable to include an option labeled "Descriptive Statistics." When selected, this option would open a new tab in the…
-
The following code produced an error on the transform function. The fit function works correctly. This error is reproduced for every feature in the original dataset.
```
X = df.drop(["Target"], axis…
-
In working through enabling predicate pushdown, I discovered that conversion metrics only allow filters to be applied to the base measure, and not the conversion measure.
For example, if I have thi…