Skip to content

Commit

Permalink
Merge pull request #379 from rasbt/featsele-pandas
Browse files Browse the repository at this point in the history
[WIP] Support pandas DataFrames and feature names in SequentialFeatureSelector
  • Loading branch information
rasbt committed May 6, 2018
2 parents 9722b43 + b1a3b36 commit 3b9dfa9
Show file tree
Hide file tree
Showing 4 changed files with 746 additions and 130 deletions.
6 changes: 4 additions & 2 deletions docs/sources/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ The CHANGELOG for the current development version is available at

##### New Features

- A meaningful error message is now raised when a cross-validation generator is used with `SequentialFeatureSelector` ([#377](https://github.com/rasbt/mlxtend/pull/377))
- A meaningful error message is now raised when a cross-validation generator is used with `SequentialFeatureSelector`. ([#377](https://github.com/rasbt/mlxtend/pull/377))
- The `SequentialFeatureSelector` now accepts custom feature names via the `fit` method for more interpretable feature subset reports. ([#379](https://github.com/rasbt/mlxtend/pull/379))
- The `SequentialFeatureSelector` is now also compatible with Pandas DataFrames and uses DataFrame column-names for more interpretable feature subset reports. ([#379](https://github.com/rasbt/mlxtend/pull/379))
- `ColumnSelector` now works with Pandas DataFrames columns. ([#378](https://github.com/rasbt/mlxtend/pull/378) by [Manuel Garrido](https://github.com/manugarri))

- ColumnSelector now works with Pandas dataframes columns

##### Changes

Expand Down

0 comments on commit 3b9dfa9

Please sign in to comment.