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

DistrictDataLabs / yellowbrick / 774
90%

Build:
DEFAULT BRANCH: develop
Ran 02 Jan 2019 03:01AM UTC
Jobs 2
Files 86
Run time 49s
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
774

push

travis-ci-com

web-flow
Implement Dataset and Corpus data loaders. (#535)

This PR implements a significant change in the way yellowbrick handles datasets, moving them from data that can be downloaded and loaded using example code to prime time members of the library that can be loaded into pandas data frames and series or into well-structured numpy arrays with correct data types. 

We have completely overhauled dataset management using the yellowbrick-datasets repository as our data management tool. Data is still stored on S3 but contains .csv.gz and meta.json files for loading into pandas if it's installed or .npz files for loading into valid numpy arrays. New `Dataset` and `Corpus` manage access to the data, downloading it if it's not already on disk and providing access to the contents in the source directory. We maintain our security checking with sha256 hashes and a new manifest.json method. 

Fixes #416

246 of 246 new or added lines in 8 files covered. (100.0%)

3446 of 3931 relevant lines covered (87.66%)

1.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 774.1 02 Jan 2019 03:01AM UTC 0
87.76
Travis Job 774.1
2 774.2 02 Jan 2019 03:01AM UTC 0
87.66
Travis Job 774.2
Source Files on build 774
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #774
  • 70827428 on github
  • Prev Build on develop (#770)
  • Next Build on develop (#776)
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