Skip to content

Commit

Permalink
Softened upper bound for a test and update README.md because readthed…
Browse files Browse the repository at this point in the history
…ocs is now up.
  • Loading branch information
above-c-level committed Dec 2, 2018
1 parent 1c8bef2 commit 3b84f01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Depending on your machine, they can occasionally be difficult to install, so the


## Feature Responses
Get linear-model-esque interpretations from non-linear models. Currently the docs do not yet exist for this fork :(
Get linear-model-esque interpretations from non-linear models. More information available in the documentation: https://cash-ml.readthedocs.io


## Classification
Expand Down Expand Up @@ -123,7 +123,7 @@ Just tell us which column holds the category you want to split on, and we'll han

### More details available in the docs

Currently the docs do not yet exist for this fork :(
https://cash-ml.readthedocs.io


### Advice
Expand Down
2 changes: 1 addition & 1 deletion tests/core_tests/api_coverage_tests_classifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_perform_feature_scaling_true_classification():
print('test_score')
print(test_score)

assert -0.16 < test_score < -0.135
assert -0.16 < test_score < -0.12


def test_perform_feature_scaling_false_classification():
Expand Down

0 comments on commit 3b84f01

Please sign in to comment.