Skip to content

v2.1.6 - Fixes

Compare
Choose a tag to compare
@PGijsbers PGijsbers released this 30 Jun 15:19
· 4 commits to stable-v2 since this release

Fixes:

  • Set task type explicitly for naive automl
  • Unsparsify target variable for naive automl (required to work wit sparse data)
  • Use numpy data for autosklearn if the pandas dataframe is sparse, as sparse dataframes are not supported (yet).