Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ New Features

Changes
-------
- :meth:`choose_from` now transparently converts `outcomes` to a list when it is another type of sequence. :pr:`2100` by
:user:`aidbar <aidbar>`.
- Grouped Examples into subject-specific sections. :pr:`2102` by
:user:`Maureen Githaiga <maureen-githaiga>`.
- :meth:`choose_from` now transparently converts `outcomes` to a list when it is
another type of sequence. :pr:`2100` by :user:`aidbar <aidbar>`.
- An unnecessary warning that was raised when passing a numpy array to the
TableVectorizer has been removed. :pr:`1908` by
:user:`Sandrine Henry <sandrineh>`.
Expand Down

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this may also go in the root examples folder

File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions examples/01_encoding/GALLERY_HEADER.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Encoding features
=================
File renamed without changes.
File renamed without changes.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For both this and the other joiners, there is no need to nest it twice: having the "joiners" section on its own is enough, so this should be moved up by one folder.

File renamed without changes.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, move up

File renamed without changes.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, move up

File renamed without changes.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, move up

File renamed without changes.
2 changes: 2 additions & 0 deletions examples/03_joining/GALLERY_HEADER.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Joining tables with imperfect data
==================================