-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
使用 SPU 逻辑回归算法功能性增强[add L1 & elasticnet penalty] (#363)
# Pull Request ## What problem does this PR solve? add L1 & elasticnet penalty Issue Number: Fixed #252 ## Possible side effects? - Performance: test: ``` Ran 1 test in 30.356s OK penalty_list=['l1', 'l2', 'elasticnet'] l1 ROC Score: 0.9923365572644153 l2 ROC Score: 0.9919665979599387 elasticnet ROC Score: 0.9921912161090851 ``` emulations ``` l1 ROC Score: 0.9923233444321125 l2 ROC Score: 0.9919665979599387 elasticnet ROC Score: 0.9921780032767824 [2023-10-10 03:11:33,316] Shutdown multiprocess cluster... ``` - Backward compatibility: --------- Signed-off-by: magic-hya <[email protected]>
- Loading branch information
Showing
3 changed files
with
63 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters