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

rasbt / mlxtend / 2017 / 2
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 06 Nov 2019 01:56AM UTC
Files 173
Run time 11s
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

06 Nov 2019 01:46AM UTC coverage: 92.337% (-0.02%) from 92.354%
LATEST="true" IMAGE="true" COVERAGE="true" NOTEBOOKS="true" MINICONDA_PYTHON_VERSION=3.7

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%)

8206 of 8887 relevant lines covered (92.34%)

0.92 hits per line

Source Files on job 2017.2 (LATEST="true" IMAGE="true" COVERAGE="true" NOTEBOOKS="true" MINICONDA_PYTHON_VERSION=3.7)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1822
  • Travis Job 2017.2
  • fa643e20 on github
  • Prev Job for LATEST="true" IMAGE="true" COVERAGE="true" NOTEBOOKS="true" MINICONDA_PYTHON_VERSION=3.7 on master (#2012.2)
  • Next Job for LATEST="true" IMAGE="true" COVERAGE="true" NOTEBOOKS="true" MINICONDA_PYTHON_VERSION=3.7 on master (#2021.2)
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

© 2026 Coveralls, Inc