- Sort Score
- Num 10 results
- Language All
- Labels All
Results 671 - 680 of over 10,000 for 1 (0.17 seconds)
-
Gradient Boosting regression — scikit-lea...
subplot ( 1 , 1 , 1 ) plt . title ( "Deviance"...12 , 6 )) plt . subplot ( 1 , 2 , 1 ) plt . barh ( pos , feature_importance...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html -
FastICA — scikit-learn 1.8.0 documentation
The implementation is based on [1] . Read more in the User Guide...performed. Changed in version 1.3: The default value of whiten...scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html -
l1_min_c — scikit-learn 1.8.0 documentation
intercept_scaling = 1.0 ) [source] # Return the lowest...sticRegression with l1_ratio=1 . This value is valid if class_weight...scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html -
TunedThresholdClassifierCV — scikit-learn...
means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.5 Release Highlights for scikit-learn 1.5 On this...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html -
2.4. Biclustering — scikit-learn 1.8.0 do...
1.1. Mathematical formulation # An...as follows: \[A_n = R^{-1/2} A C^{-1/2}\] Where \(R\) is the...scikit-learn.org/stable/modules/biclustering.html -
ridge_regression — scikit-learn 1.8.0 doc...
0 ] - 1.0 * X [:, 1 ] + 0.1 * rng . standard_normal...>>> coef array([ 1.97, -1., -2.69e-3, -9.27e-4 ]) >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ridge_regression.html -
LassoLarsCV — scikit-learn 1.8.0 document...
means 1 unless in a joblib.parallel_backend context. -1 means...optimization objective for Lasso is: ( 1 / ( 2 * n_samples )) * || y -...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html -
Feature agglomeration vs. univariate selection ...
0 ][ 1 ] . inverse_transform ( coef_ . reshape ( 1 , - 1 )) coef_selection_...roi_size ] = - 1.0 coef [ - roi_size :, - roi_size :] = 1.0 X = np...scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection.... -
Recursive feature elimination — scikit-le...
n_features_to_select = 1 , step = 1 )), ] ) pipe . fit ( X ,...(( len ( digits . images ), - 1 )) y = digits . target pipe =...scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_digits.html -
PLSRegression — scikit-learn 1.8.0 docume...
1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...intercept_ . Added in version 1.1. n_iter_ list of shape (n_components,)...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html