bd3f3a67a49af7cca0f6bde2af74a63b6ebb608c,lightning/tests/test_primal.py,,test_primal_cv,#,81
Before Change
assert_equal(clf.coef_.shape, (n_classes, n_samples))
def test_primal_cv():
clf = PrimalClassifierCV(LinearSVC(penalty="l1", dual=False),
params=[0.01, 0.1, 1.0],
metric="poly",
trim_dictionary=False)
After Change
assert_equal(clf.coef_.shape, (n_classes, n_samples))
def test_primal_cv():
clf = PrimalClassifierCV(SGDClassifier(penalty="l1", seed=0, alpha=0.01),
params=[0.01, 0.1, 1.0],
metric="poly",
trim_dictionary=False,
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
Project Name: scikit-learn-contrib/lightning
Commit Name: bd3f3a67a49af7cca0f6bde2af74a63b6ebb608c
Time: 2012-01-17
Author: mathieu@mblondel.org
File Name: lightning/tests/test_primal.py
Class Name:
Method Name: test_primal_cv
Project Name: scikit-learn-contrib/lightning
Commit Name: bd3f3a67a49af7cca0f6bde2af74a63b6ebb608c
Time: 2012-01-17
Author: mathieu@mblondel.org
File Name: lightning/tests/test_primal.py
Class Name:
Method Name: test_primal_fit_binary_trim
Project Name: scikit-learn-contrib/lightning
Commit Name: bd3f3a67a49af7cca0f6bde2af74a63b6ebb608c
Time: 2012-01-17
Author: mathieu@mblondel.org
File Name: lightning/tests/test_primal.py
Class Name:
Method Name: test_primal_debiasing