- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 861 - 870 of 3,487 for 1 (0.1 sec)
-
Comparison between grid search and successive h...
1e-1 , 1e-2 , 1e-3 , 1e-4 , 1e-5 , 1e-6 , 1e-7 ] Cs = [ 1 , 10...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html -
Plot class probabilities calculated by the Voti...
[ 1.1 , 1.2 ]]) y = np . array ([ 1 , 1 , 2 , 2 ]) eclf...np . array ([[ - 1.0 , - 1.0 ], [ - 1.2 , - 1.4 ], [ - 3.4 , -...scikit-learn.org/stable/auto_examples/ensemble/plot_voting_probas.html -
Demonstration of k-means assumptions — scikit-l...
axs [ 1 , 0 ] . set_title ( "Unequal Variance" ) axs [ 1 , 1 ] ....X_filtered [:, 1 ], c = y_filtered ) axs [ 1 , 1 ] . set_title...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_assumptions.html -
Successive Halving Iterations — scikit-learn 1....
"max_features" : randint ( 1 , 6 ), "min_samples_split" : randint...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html -
Core configuration options | APM Java Agent Ref...
options recording ( [ 1.15.0 ] Added in 1.15.0. ) This option was...ELASTIC_APM_RECORDING enabled ( [ 1.18.0 ] Added in 1.18.0. ) Setting to false...www.elastic.co/guide/en/apm/agent/java/current/config-core.html -
Recognizing hand-written digits — scikit-learn ...
0 0 0 1 0 0 0 0 0] [ 0 88 1 0 0 0 0 0 1 1] [ 0 0 85 1 0 0 0 0...0 0 88 1 0 0 2] [ 0 1 0 0 0 0 90 0 0 0] [ 0 0 0 0 0 1 0 88 0...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html -
non_negative_factorization — scikit-learn 1.5.2...
array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...||vec(W)||_1\\&+ alpha\_H * l1\_ratio * n\_samples * ||vec(H)||_1\\&+...scikit-learn.org/stable/modules/generated/sklearn.decomposition.non_negative_factorization.html -
add_dummy_feature — scikit-learn 1.5.2 document...
1 ], [ 1 , 0 ]]) array([[1., 0., 1.], [1., 1., 0.]])...add_dummy_feature ( X , value = 1.0 ) [source] # Augment dataset...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.add_dummy_feature.html -
7.2. Real world datasets — scikit-learn 1.5.2 d...
1, 1, 1, 0, 1, 1, 0, 0, 0]) Converting...target [: 10 ]) [5, 6, 3, 1, 0, 1, 3, 4, 3, 0] The second loader...scikit-learn.org/stable/datasets/real_world.html -
pair_confusion_matrix — scikit-learn 1.5.2 docu...
1 , 1 ], [ 1 , 1 , 0 , 0 ]) array([[8,...pair_confusion_matrix ([ 0 , 0 , 1 , 2 ], [ 0 , 0 , 1 , 1 ]) array([[8, 2],...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html