5d81bc9e8e19ab31f3e85f88207538e9f478d7d6,tests/test_classifier/test_prcurve.py,TestPrecisionRecallCurve,test_missing_test_data_in_quick_method,#TestPrecisionRecallCurve#,390
Before Change
Test quick method when test data is missing.
iris = load_iris()
X = iris.data
y = iris.target
X_train, X_test, y_train, y_test = tts(
X, y, test_size=0.2, shuffle=True, random_state=55555
)
After Change
Test quick method when test data is missing.
X, y = load_occupancy(return_dataset=True).to_numpy()
X_train, X_test, y_train, y_test = tts(
X, y, test_size=0.2, shuffle=True, random_state=55555
)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 9
Instances Project Name: DistrictDataLabs/yellowbrick
Commit Name: 5d81bc9e8e19ab31f3e85f88207538e9f478d7d6
Time: 2019-07-04
Author: rebeccabilbro@users.noreply.github.com
File Name: tests/test_classifier/test_prcurve.py
Class Name: TestPrecisionRecallCurve
Method Name: test_missing_test_data_in_quick_method
Project Name: DistrictDataLabs/yellowbrick
Commit Name: 5d81bc9e8e19ab31f3e85f88207538e9f478d7d6
Time: 2019-07-04
Author: rebeccabilbro@users.noreply.github.com
File Name: tests/test_classifier/test_prcurve.py
Class Name: TestPrecisionRecallCurve
Method Name: test_custom_iso_f1_scores
Project Name: DistrictDataLabs/yellowbrick
Commit Name: 5d81bc9e8e19ab31f3e85f88207538e9f478d7d6
Time: 2019-07-04
Author: rebeccabilbro@users.noreply.github.com
File Name: tests/test_classifier/test_prcurve.py
Class Name: TestPrecisionRecallCurve
Method Name: test_quick_method_with_test_set
Project Name: DistrictDataLabs/yellowbrick
Commit Name: 5d81bc9e8e19ab31f3e85f88207538e9f478d7d6
Time: 2019-07-04
Author: rebeccabilbro@users.noreply.github.com
File Name: tests/test_classifier/test_prcurve.py
Class Name: TestPrecisionRecallCurve
Method Name: test_missing_test_data_in_quick_method