- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 441 - 450 of 3,230 for 1 (0.09 sec)
-
RandomForestClassifier — scikit-learn 1.7.1 doc...
[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html -
Exponentiation — scikit-learn 1.7.1 documentation
predict ( X [: 1 ,:], return_std = True ) (array([635.5]),...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Exponentiation.html -
MiniBatchNMF — scikit-learn 1.7.1 documentation
array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 On this page...scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchNMF.html -
cluster_optics_xi — scikit-learn 1.7.1 document...
1, 1, 1]) >>> clusters array([[0, 2],...min_samples int > 1 or float between 0 and 1 The same as the min_samples...scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_xi.html -
d2_tweedie_score — scikit-learn 1.7.1 documenta...
1 , 2.5 , 7 ] >>> y_pred = [ 1 , 1 , 5 , 3.5 ] >>>...explained. Best possible score is 1.0 and it can be negative (because...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html -
User Guide — scikit-learn 1.7.1 documentation
Guide # 1. Supervised learning 1.1. Linear Models 1.1.1. Ordinary...Lasso 1.1.4. Multi-task Lasso 1.1.5. Elastic-Net 1.1.6. Multi-task...scikit-learn.org/stable/user_guide.html -
BayesianRidge — scikit-learn 1.7.1 documentation
[ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) fit ( X , y , sample_weight...scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html -
BaggingRegressor — scikit-learn 1.7.1 documenta...
max_samples = 1.0 , max_features = 1.0 , bootstrap = True...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html -
DecisionBoundaryDisplay — scikit-learn 1.7.1 do...
Added in version 1.1. Parameters : xx0 ndarray of...iris . data [:, 1 ] . min (), iris . data [:, 1 ] . max ()) ......scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html -
SpectralClustering — scikit-learn 1.7.1 documen...
array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . labels_ array([1, 1, 1, 0, 0, 0]) >>> clustering ...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralClustering.html