- Sort Score
- Num 10 results
- Language All
- Labels All
Results 431 - 440 of over 10,000 for 2 (1.45 seconds)
-
make_blobs — scikit-learn 1.8.0 documenta...
2) >>> y array([0, 1, 2, 0, 2, 2, 2, 1, 1, 0])...shape ) (10, 2) >>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0])...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html -
LabelEncoder — scikit-learn 1.8.0 documen...
2 , 2 , 6 ]) LabelEncoder() >>>...array([1, 2, 6]) >>> le . transform ([ 1 , 1 , 2 , 6 ])...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html -
d2_tweedie_score — scikit-learn 1.8.0 doc...
Like R^2, D^2 score may be negative (it need..., power = 0 ) [source] # \(D^2\) regression score function, fraction...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html -
GroupShuffleSplit — scikit-learn 1.8.0 do...
0: Train: index=[2 3 4 5 6 7], group=[2 2 2 3 3 3] Test: index=[0...3 3 3] Test: index=[2 3 4], group=[2 2 2] get_metadata_routing...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html -
plot_release_highlights_1_7_0.rst.txt
id="sk-estimator-id-2" type="checkbox" ><label for="sk-estimator-id-2" clas...#sk-container-id-2 pre { padding: 0; } #sk-container-id-2 input.sk-hidden--visually...scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_7_0.r... -
cluster_optics_xi — scikit-learn 1.8.0 do...
2 ], [ 2 , 5 ], [ 3 , 6 ], ... [ 8...samples (rounded to be at least 2). min_cluster_size int > 1...scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_xi.html -
VotingClassifier — scikit-learn 1.8.0 doc...
[ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2...scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html -
make_friedman2 — scikit-learn 1.8.0 docum...
0 ] ** 2 + ( X [:, 1 ] * X [:, 2 ] - 1 / ( X [:, 1...[source] # Generate the “Friedman #2” regression problem. This dataset...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman2.html -
Cluster analysis in R - IBM Developer
diag( 2 ) * c( 2 , 1 ))) %>% mutate( class...diag( 2 ) * c( 1 , 3 ))) %>% mutate( class =factor( 2 )) cluster3...developer.ibm.com/tutorials/awb-cluster-analysis-in-r/ -
r2_score — scikit-learn 1.8.0 documentation
= [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2...= [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2...scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html