Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@ueshin ueshin released this 29 May 08:23
· 1300 commits to master since this release

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)