Otto von Sperling

Results 8 issues of Otto von Sperling

Hi there, I have a large dataset (+100GB) that I have been trying to make FLAML (AutoML) work with, no success so far. Since FLAML uses Ray, shouldn't it take...

Hi there! Your project seems to be very interesting. Have you got any plans to translate your project? That would be really cool!

Minor addition of keyword argument 'labels' to calling scikit-learn's confusion_matrix will guarantee that classes are correctly aligned with the axes' labels. It fixes the issue of using columns generated in...

When following [this tutorial](https://pages.databricks.com/rs/094-YMS-629/images/automl-simplify-loan-risk-analysis-xgb-optimize.html?_ga=2.223345816.2032433623.1572270822-1606208156.1568260249), I encounter the following error during feature selection thrown by DataSplitUtility: `java.lang.IllegalArgumentException: requirement failed: Number of partitions (0) must be positive.` The thing I do differently...

Since yesterday, I tried using FamilyRunner and it works past `DropColumnsTransformer` stage as long as I don't use "chronological" split method -- but fails in `DataSplitUtility.split` as reported [here](https://github.com/databrickslabs/automl-toolkit/issues/21) The...

### What is this PR for? https://issues.apache.org/jira/browse/ZEPPELIN-5352 Changes made to add support for Flink in k8s mode were not reflected in the interpreter documentation. ### What type of PR is...

After upgrading our EMR cluser to use Spark 3.3.0, I also had to bump the version of the Snowflake connector from `2.9.1` to `2.11.0`. Queries that used to run with...

## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring...