Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Empty df (#194)
Browse files Browse the repository at this point in the history
* Handle edge case where the data frame is empty after cleaning

* Adding a test dataset for integration testing

* Update a unit test
  • Loading branch information
jzhang-gp committed Dec 23, 2019
1 parent 8013a61 commit ab3044c
Show file tree
Hide file tree
Showing 6 changed files with 2,909 additions and 5 deletions.
15 changes: 15 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

.. towncrier release notes start
Foreshadow 0.4.0 (2019-12-20)
=============================

Features
--------

- Bug fixes and updates:
1. Allow user to pickle fitted_pipeline.
2. Treat NaN as a category.
3. Runtime performance improving with data sampling on cleaning and intent
resolving steps.
4. Export processed dataset before fitting the estimator.
5. Disable dummy encoding in categorical encoding process temporarily. (bug-fix-2)


Foreshadow 0.3.2 (2019-12-03)
=============================

Expand Down

0 comments on commit ab3044c

Please sign in to comment.