Version 0.6.0ΒΆ

We added basic integration with MLflow, so that models that have the pyfunc flavor (which is, most of them), can be loaded as predictors. These predictors then works on both pandas and koalas dataframes with no code change. See the documentation example for details. (#353)

We also added the following features:

koalas.DataFrame:

koalas.Series:

Along with the following improvements:

  • DataFrame.merge function now supports left_on and right_on arguments. (#381)

  • DataFrame.describe function now supports percentiles argument. (#378)