- Sort Score
- Num 10 results
- Language All
- Labels All
Results 281 - 290 of over 10,000 for 1 (0.15 seconds)
-
FlashMap (Spring Framework 7.0.1 API)
1 Author: Rossen Stoyanchev See...expiration time for the FlashMap or -1 if the expiration period has not...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/servlet/FlashMap... -
Nearest Neighbors regression — scikit-lea...
1 , i + 1 ) plt . scatter ( X_train...sort ( 5 * rng . rand ( 40 , 1 ), axis = 0 ) X_test = np . linspace...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.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 -
laplacian_kernel — scikit-learn 1.8.0 doc...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...default=None If None, defaults to 1.0 / n_features. Otherwise it should...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.laplacian_kernel.html -
rbf_kernel — scikit-learn 1.8.0 documenta...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...default=None If None, defaults to 1.0 / n_features. Returns : kernel...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.rbf_kernel.html -
ClassNamePrefixFeaturesOutMixin — scikit-...
scikit-learn.org/stable/modules/generated/sklearn.base.ClassNamePrefixFeaturesOutMixin.html -
pairwise_distances — scikit-learn 1.8.0 d...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html -
RepeatedStratifiedKFold — scikit-learn 1....
array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> rskf = RepeatedStratifiedKF...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
sort_graph_by_row_values — scikit-learn 1...
1. ], ... [ 3. , 0. , 2. ], ... [ 1. , 2. , 0. ]])...>>> X . data array([3., 1., 3., 2., 1., 2.]) >>> X_ =...scikit-learn.org/stable/modules/generated/sklearn.neighbors.sort_graph_by_row_values.html -
lasso_path — scikit-learn 1.8.0 documenta...
array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]])...>>> y = np . array ([ 1 , 2 , 3.1 ]) >>> # Use lasso_path...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html