Skip to content

Commit

Permalink
ENH add as_frame functionality for toy datasets (#15980)
Browse files Browse the repository at this point in the history
  • Loading branch information
wconnell committed Feb 2, 2020
1 parent 8c8ea9e commit ce91b6a
Show file tree
Hide file tree
Showing 4 changed files with 367 additions and 73 deletions.
6 changes: 6 additions & 0 deletions doc/whats_new/v0.23.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ Changelog
by :user:`Stephanie Andrews <gitsteph>` and
:user:`Reshama Shaikh <reshamas>`.

- |Feature| embedded dataset loaders :func:`load_breast_cancer`,
:func:`load_diabetes`, :func:`load_digits`, :func:`load_iris`,
:func:`load_linnerud` and :func:`load_wine` now support loading as a pandas
``DataFrame`` by setting `as_frame=True`. :pr:`15980` by :user:`wconnell` and
:user:`Reshama Shaikh <reshamas>`.

- |Fix| :func:`datasets.make_multilabel_classification` now generates
`ValueError` for arguments `n_classes < 1` OR `length < 1`.
:pr:`16006` by :user:`Rushabh Vasani <rushabh-v>`.
Expand Down
Loading

0 comments on commit ce91b6a

Please sign in to comment.