- Sort Score
- Num 10 results
- Language All
- Labels All
Results 121 - 130 of over 10,000 for 1 (0.15 seconds)
-
estimate_bandwidth — scikit-learn 1.7.2 d...
array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.cluster.estimate_bandwidth.html -
shuffle — scikit-learn 1.7.2 documentation
1.], [1., 0.]]) >>> y array([2, 1, 0]) >>>...>>> X = np . array ([[ 1. , 0. ], [ 2. , 1. ], [ 0. , 0. ]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html -
KNeighborsRegressor — scikit-learn 1.7.2 ...
() array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html -
make_circles — scikit-learn 1.7.2 documen...
int64(1), np.int64(1), np.int64(1), np.int64(0), np.int64(0)]...outer circle in the range [0, 1) . Returns : X ndarray of shape...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_circles.html -
KNeighborsClassifier — scikit-learn 1.7.2...
() array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html -
WebHttpHandlerBuilder (Spring Framework 7.0.1 API)
following are detected: WebHandler [1] -- looked up by the name WEB_HANDLER_BEAN_NAME...unique. WebSessionManager [0..1] -- looked up by the name WEB...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/server/adapter/W... -
DetCurveDisplay — scikit-learn 1.7.2 docu...
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html -
BayesianGaussianMixture — scikit-learn 1....
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], [ 4 , 2 ], [...mixtures”. Bayesian analysis 1.1 Examples >>> import...scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html -
MultiTaskLasso — scikit-learn 1.7.2 docum...
1 ) >>> clf . fit ([[ 0 , 1 ], [ 1 , 2 ], [...0 ], [ 1 , 1 ], [ 2 , 3 ]]) MultiTaskLasso(alpha=0.1) >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html -
Version 1.3 — scikit-learn 1.7.2 document...
Version 1.3.1 # September 2023 Changed models...scikit-learn 1.2 to make it predict with scikit-learn 1.3: retraining...scikit-learn.org/stable/whats_new/v1.3.html