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

rasbt / mlxtend / 2012
91%

Build:
DEFAULT BRANCH: master
Ran 03 Nov 2019 10:10PM UTC
Jobs 1
Files 173
Run time 8s
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
2012

push

travis-ci

rasbt
Improve performance of apriori (#619)

* minor performance improvements in apriori

old_combination is sorted, thus its max() is its last element.
Since items_types_in_previous_step is a Numpy array, we can find all
valid elements with a single call, which makes inner loop shorter.

* minor performance improvements in apriori

Let generate_new_combinations return ints instead of tuples,
and collect them with np.fromiter.

Slower with low_memory=True, this will be fixed by next commit.

* improve performance of apriori with low_memory=True

Verbose output has to be modified, since we loop on valid combinations
only.

Performance is now equivalent to better than version with low_memory=False.

Adjust test_fpbase.py output.

* fixes for flake8

* speed up valid_input_check for boolean dataframes

If all columns are boolean, there is nothing to check.

In apriori.py, call valid_input_check.

* add changelog entry

Replace 0/1 by False/True in docstrings of apriori, fpgrowth and fpmax
to promote usage of boolean arrays.

1761 of 2219 branches covered (79.36%)

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

8165 of 8841 relevant lines covered (92.35%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2012.2 (LATEST="true" IMAGE="true" COVERAGE="true" NOTEBOOKS="true" MINICONDA_PYTHON_VERSION=3.7) 03 Nov 2019 10:10PM UTC 0
92.35
Travis Job 2012.2
Source Files on build 2012
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2012
  • 2f928cb3 on github
  • Prev Build on master (#2008)
  • Next Build on master (#2017)
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