- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2751 - 2760 of 5,540 for * (5.33 sec)
-
balanced_accuracy_score — scikit-learn 1.7.2 do...
= [ 0 , 1 , 0 , 0 , 1 , 0 ] >>> y_pred = [ 0 , 1 , 0 , 0 , 0 ,...Ong, C.S.; Stephan, K.E.; Buhmann, J.M. (2010). The balanced...scikit-learn.org/stable/modules/generated/sklearn.metrics.balanced_accuracy_score.html -
RadiusNeighborsRegressor — scikit-learn 1.7.2 d...
RadiusNeighborsRegre(...) >>> print ( neigh . predict ([[ 1.5 ]])) [0.5] fit...{‘auto’, ‘ball_tree’, ‘kd_tree’, ‘brute’}, default=’auto’ Algorithm...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html -
CategoricalNB — scikit-learn 1.7.2 documentation
6 , 100 )) >>> y = np . array ([ 1 , 2 , 3 , 4 , 5 , 6 ]) >>>...sklearn.naive_bayes. CategoricalNB ( * , alpha = 1.0 , force_alpha...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html -
ParameterGrid — scikit-learn 1.7.2 documentation
'a' : 1 , 'b' : False }, ... { 'a' : 2 , 'b' : True }, { 'a' :...{ 'kernel' : 'rbf' , 'gamma' : 1 }, ... { 'kernel' : 'rbf' , 'gamma'...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html -
DictionaryLearning — scikit-learn 1.7.2 documen...
None , * , alpha = 1 , max_iter = 1000 , tol = 1e-08 , fit_algorithm...0.5 || X - U V || _Fro ^ 2 + alpha * || U || _1 , 1 ( U , V )...scikit-learn.org/stable/modules/generated/sklearn.decomposition.DictionaryLearning.html -
make_friedman1 — scikit-learn 1.7.2 documentation
X [:, 2 ] - 0.5 ) ** 2 + 10 * X [:, 3 ] + 5 * X [:, 4 ] + noise...formula: y ( X ) = 10 * sin ( pi * X [:, 0 ] * X [:, 1 ]) + 20 * ( X...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman1.html -
sklearn.covariance — scikit-learn 1.7.2 documen...
top Ctrl + K GitHub Choose version sklearn.covariance # Methods...covariance w/ cross-validated choice of the l1 penalty. LedoitWolf...scikit-learn.org/stable/api/sklearn.covariance.html -
sklearn.ensemble — scikit-learn 1.7.2 documenta...
Ctrl + K GitHub Choose version sklearn.ensemble # Ensemble-based...Gradient boosting, random forests, bagging, voting, stacking section...scikit-learn.org/stable/api/sklearn.ensemble.html -
randomized_svd — scikit-learn 1.7.2 documentation
er {‘auto’, ‘QR’, ‘LU’, ‘none’}, default=’auto’ Whether the power...array ([[ 1 , 2 , 3 , 5 ], ... [ 3 , 4 , 5 , 6 ], ... [ 7 , 8 , 9...scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_svd.html -
has_fit_parameter — scikit-learn 1.7.2 document...
has_fit_parameter ( SVC (), "sample_weight" ) True On this page...sklearn.utils.validation. has_fit_parameter ( estimator , parameter ) [source]...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.has_fit_parameter.html