Skip to content

Commit

Permalink
removed qunfold KDEyML version from lequa experiment to avoid memory …
Browse files Browse the repository at this point in the history
…issues
  • Loading branch information
tobiaslotz committed Apr 15, 2024
1 parent 9c7f761 commit a1b646b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions qunfold/experiments/lequa.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,14 @@ def main(
# "classifier__estimator__C": [0.01, 0.1, 0.5, 1.0, 10.],
# }
#),
("KDEyMLQP", "qunfold", QuaPyWrapper(KDEyMLQP(clf, bandwidth=0.1)),
{
"bandwidth" : np.linspace(0.01, 0.2, 20),
"classifier__estimator__C": np.logspace(-3, 3, 7),
"classifier__estimator__class_weight" : ['balanced', None],
}
),
("KDEyMLQP", "QuaPy", KDEyML_QuaPy(qp_clf),
#("KDEyMLQP", "qunfold", QuaPyWrapper(KDEyMLQP(clf, bandwidth=0.1)),
# {
# "bandwidth" : np.linspace(0.01, 0.2, 20),
# "classifier__estimator__C": np.logspace(-3, 3, 7),
# "classifier__estimator__class_weight" : ['balanced', None],
# }
#),
("KDEyML", "QuaPy", KDEyML_QuaPy(qp_clf),
{
"bandwidth" : np.linspace(0.01, 0.2, 20),
"classifier__estimator__C": np.logspace(-3, 3, 7),
Expand Down

0 comments on commit a1b646b

Please sign in to comment.