Skip to content

Commit

Permalink
Update solver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
belzheng authored May 14, 2024
1 parent 1ca4125 commit 79fe3a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions skscope/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ class ScopeSolver(BaseEstimator):
The value of objective function on the solution.
support_set :array of int
The indices of selected variables, sorted in ascending order.
cv_test_loss :float
If cv=1, it stores the score under chosen information criterion. If cv>1, it stores the test objective under cross-validation.
cv_train_loss :float
The objective on training data.
information_criterion: float
The value of information criterion.
cross_validation_loss: float
The mean loss of cross-validation.
References
----------
Expand Down

0 comments on commit 79fe3a2

Please sign in to comment.