- Sort Score
- Num 10 results
- Language All
- Labels All
Results 361 - 370 of over 10,000 for 1 (0.24 seconds)
-
make_friedman3 — scikit-learn 1.8.0 docum...
1 ] <= 560 * pi , 0 <= X [:, 2 ] <= 1 , 1 <=...arctan (( X [:, 1 ] * X [:, 2 ] - 1 / ( X [:, 1 ] * X [:, 3 ]))...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman3.html -
export_graphviz — scikit-learn 1.8.0 docu...
scikit-learn.org/stable/modules/generated/sklearn.tree.export_graphviz.html -
KMeans — scikit-learn 1.8.0 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Clustering...X = np . array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2...scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html -
Ridge — scikit-learn 1.8.0 documentation
Ridge ( alpha = 1.0 , * , fit_intercept = True ,...shape (n_targets,)}, default=1.0 Constant that multiplies the...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html -
RBF SVM parameters — scikit-learn 1.8.0 d...
1 , 1e2 ] gamma_2d_range = [ 1e-1 , 1 , 1e1 ] classifiers...np.float64(1.0), 'gamma': np.float64(0.1)} with a score...scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html -
sigmoid_kernel — scikit-learn 1.8.0 docum...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...defaults to 1.0 / n_features. coef0 float, default=1 Constant offset...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.sigmoid_kernel.html -
grid_to_graph — scikit-learn 1.8.0 docume...
0) 1 (1, 1) 1 On this page This Page...bool ) >>> mask [[ 1 , 2 ], [ 1 , 2 ], :] = True >>>...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.grid_to_graph.html -
add_dummy_feature — scikit-learn 1.8.0 do...
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 -
weighted_mode — scikit-learn 1.8.0 docume...
1 , 4 , 2 , 4 , 2 ] >>> weights = [ 1 , 1 , 1 , 1...1 , 1 , 1 ] >>> weighted_mode ( x , weights ) (array([4.]),...scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.weighted_mode.html -
Examples of Using FrozenEstimator — sciki...
same three data points: [1 1 1] Now imagine you’d want to set...scikit-learn 1.5 Release Highlights for scikit-learn 1.5 Probability...scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html