v2.1.6 - Fixes
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).