Andrey Gorshkov
Andrey Gorshkov
# Description - Model builder for Decision Forest (classification only) - Reproducer of low accuracy score (it'll be removed letter)
Scikit-learn test "test_enet_multitarget" shows insufficient accuracy of "coefs" and "intercept" in Elastic Net algorithm for multi-target task. Differences in objective function between one-task and multi-task problems is OK (less than...
Scikit-learn test "test_warm_start_convergence_with_regularizer_decrement" shows insufficient accuracy of objective function in Elastic Net algorithm on some problems (for example, in case of nonzero inputArgument of optimization solver algorithm). Differences of objective...