- Sort Score
- Num 10 results
- Language All
- Labels All
Results 161 - 170 of over 10,000 for 1 (0.1 seconds)
-
OneClassSVM — scikit-learn 1.7.2 document...
predict ( X ) array([-1, 1, 1, 1, -1]) >>> clf . score_samples...default=-1 Hard limit on iterations within solver, or -1 for no...scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html -
det_curve — scikit-learn 1.7.2 documentation
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html -
LassoLarsCV — scikit-learn 1.7.2 document...
means 1 unless in a joblib.parallel_backend context. -1 means...optimization objective for Lasso is: ( 1 / ( 2 * n_samples )) * || y -...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html -
9.1. Strategies to scale computationally: bigge...
1.1.1. Streaming instances # Basically, 1. may be a...to make your system scale. 9.1.1. Scaling with instances using...scikit-learn.org/stable/computing/scaling_strategies.html -
RetryTemplate (Spring Framework 7.0.1 API)
times with a fixed backoff of 1 second. A RetryListener can be...attempts and a fixed backoff of 1 second. RetryTemplate ( RetryPolicy...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/retry/RetryTemp... -
Isomap — scikit-learn 1.7.2 documentation
Added in version 1.1. n_components int, default=2...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html -
KNeighborsTransformer — scikit-learn 1.7....
() array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) set_output...rs=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1....scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html -
PLSRegression — scikit-learn 1.7.2 docume...
1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...intercept_ . Added in version 1.1. n_iter_ list of shape (n_components,)...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html -
SVC — scikit-learn 1.7.2 documentation
array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...default=-1 Hard limit on iterations within solver, or -1 for no...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html -
r2_score — scikit-learn 1.7.2 documentation
1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>>...cross-validation). Added in version 1.1. Returns : z float or ndarray...scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html