-
-
Notifications
You must be signed in to change notification settings - Fork 559
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: download.py [] [email protected] $ | ||
# ID: download.py [1f73d2b] [email protected] $ | ||
|
||
""" | ||
Downloads the example datasets for running the examples. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt and NOTICE.md | ||
# | ||
# ID: setup.py [] [email protected] $ | ||
# ID: setup.py [c4f3ba7] [email protected] $ | ||
|
||
""" | ||
Setup script for installing yellowbrick. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: tests.py [] [email protected] $ | ||
# ID: __init__.py [0c5ba04] [email protected] $ | ||
|
||
""" | ||
Testing package for the yellowbrick visualization library. | ||
|
@@ -24,7 +24,7 @@ | |
## Test Constants | ||
########################################################################## | ||
|
||
EXPECTED_VERSION = "0.1" | ||
EXPECTED_VERSION = "0.2" | ||
|
||
|
||
########################################################################## | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: test_bestfit.py [] [email protected] $ | ||
# ID: test_bestfit.py [56236f3] [email protected] $ | ||
|
||
""" | ||
Tests for the bestfit module. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: test_regressor.py [] [email protected] $ | ||
# ID: test_regressor.py [be63645] [email protected] $ | ||
|
||
""" | ||
Ensure that the regressor visualizations work. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: __init__.py [] [email protected] $ | ||
# ID: __init__.py [0c5ba04] [email protected] $ | ||
|
||
""" | ||
A suite of visual analysis and diagnostic tools to facilitate feature | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: anscombe.py [] [email protected] $ | ||
# ID: anscombe.py [0bfa366] [email protected] $ | ||
|
||
""" | ||
Plots Anscombe's Quartet as an illustration of the importance of visualization. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: base.py [] [email protected] $ | ||
# ID: base.py [4a59c49] [email protected] $ | ||
|
||
""" | ||
Abstract base classes and interface for Yellowbrick. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: bestfit.py [] [email protected] $ | ||
# ID: bestfit.py [56236f3] [email protected] $ | ||
|
||
""" | ||
Uses Scikit-Learn to compute a best fit function, then draws it in the plot. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: classifier.py [] [email protected] $ | ||
# ID: classifier.py [5eee25b] [email protected] $ | ||
|
||
""" | ||
Visualizations related to evaluating Scikit-Learn classification models | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: exceptions.py [] [email protected] $ | ||
# ID: exceptions.py [cb75e0e] [email protected] $ | ||
|
||
""" | ||
Exceptions hierarchy for the yellowbrick library | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: regressor.py [] [email protected] $ | ||
# ID: regressor.py [4a59c49] [email protected] $ | ||
|
||
""" | ||
Visualizations related to evaluating Scikit-Learn regressor models | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (C) 2016 District Data Labs | ||
# For license information, see LICENSE.txt | ||
# | ||
# ID: version.py [] [email protected] $ | ||
# ID: version.py [0c5ba04] [email protected] $ | ||
|
||
""" | ||
Maintains version and package information for deployment. | ||
|
@@ -19,7 +19,7 @@ | |
|
||
__version_info__ = { | ||
'major': 0, | ||
'minor': 1, | ||
'minor': 2, | ||
'micro': 0, | ||
'releaselevel': 'final', | ||
'serial': 0, | ||
|