• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rasbt / mlxtend / 2017
91%

Build:
DEFAULT BRANCH: master
Ran 06 Nov 2019 01:56AM UTC
Jobs 1
Files 173
Run time 13s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2017

push

travis-ci

rasbt
add support for newer pandas sparse dataframes in frequent_patterns (#621)

* add support for newer pandas sparse dataframes in frequent_patterns

SparseDataFrame has been deprecated, pandas now recommands to create
standard DataFrames and store sparse Series as SparseArray.  This
allows to combine both dense and sparse columns.

Improve valid_input_check with sparse values; it previously uncompressed
the whole dataframe to check for invalid values, which defeats its purpose.
It now only checks existing values, which prevents memory error, and is
also much faster.

Update apriori.ipynb notebook to use the new pandas sparse DataFrame.

* use pandas version number to detect new sparse dataframes

* limitations on columns of sparse DaraFrame still apply

Contrary to what I thought in 0a8fa8f, this issue is still not fixed.

* fix bug introduced by commit 22915a8 with empty DataFrame

1780 of 2244 branches covered (79.32%)

59 of 59 new or added lines in 3 files covered. (100.0%)

8206 of 8887 relevant lines covered (92.34%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2017.2 (LATEST="true" IMAGE="true" COVERAGE="true" NOTEBOOKS="true" MINICONDA_PYTHON_VERSION=3.7) 06 Nov 2019 01:56AM UTC 0
92.34
Travis Job 2017.2
Source Files on build 2017
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2017
  • fa643e20 on github
  • Prev Build on master (#2012)
  • Next Build on master (#2021)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc