- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 761 - 770 of 2,737 for 2 (0.07 sec)
-
Online learning of a dictionary of parts of fac...
2 , 4 )) for i , patch in enumerate...scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html -
Model-based and sequential feature selection — ...
2 area (worst): 185.2 4254.0 smoothness (worst):...Since we want to select only 2 features, we will set this threshold...scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html -
1.10. Decision Trees — scikit-learn 1.5.2 docum...
[ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>> clf = tree...samples: >>> clf . predict ([[ 2. , 2. ]]) array([1]) In case that...scikit-learn.org/stable/modules/tree.html -
Restricted Boltzmann Machine features for digit...
2 , random_state = 0 ) Models definition...0.08s [BernoulliRBM] Iteration 2, pseudo-likelihood = -23.68, time...scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html -
1.16. Probability calibration — scikit-learn 1....
reliability diagrams (Wilks 1995 [ 2 ] ), compare how well the probabilistic...in this dataset which contains 2 redundant features. RandomForestClassifi...scikit-learn.org/stable/modules/calibration.html -
11. Dispatching — scikit-learn 1.5.2 documentation
2. Support for Array API -compatible...scikit-learn.org/stable/dispatching.html -
ndcg_score — scikit-learn 1.5.2 documentation
2 , .3 , 4 , 70 ]]) >>> ndcg_score...predictions: (10 / 10 + 5 / 10) / 2 = .75 >>> ndcg_score ( true_relevance...scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html -
config_context — scikit-learn 1.5.2 documentation
2. transform_output str, default=None...unchanged Added in version 1.2. Added in version 1.4: "polars"...scikit-learn.org/stable/modules/generated/sklearn.config_context.html -
Ordinary Least Squares and Ridge Regression Var...
2 ] . T np . random . seed ( 0 ).... random . normal ( size = ( 2 , 1 )) + X_train clf . fit ( this_X...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html -
L1 Penalty and Sparsity in Logistic Regression ...
%s " % l1_ratio ) axes_row [ 2 ] . set_title ( "L2 penalty" )...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html