- Sort Score
- Num 10 results
- Language All
- Labels All
Results 561 - 570 of over 10,000 for 1 (0.17 seconds)
Filter
-
AdvisedSupport (Spring Framework 7.0.1 API)
or -1 if no such advice is an advice...0) of the given advisor, or -1 if no such advisor applies to...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/aop/framework/Advise... -
SVM with custom kernel — scikit-learn 1.8.0 doc...
T (0 1) """ M = np . array ([[ 2 , 0 ], [ 0 , 1.0 ]]) return.... scatter ( X [:, 0 ], X [:, 1 ], c = Y , cmap = plt . cm . Paired...scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html -
auc — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html -
ClassNamePrefixFeaturesOutMixin — scikit-learn ...
scikit-learn.org/stable/modules/generated/sklearn.base.ClassNamePrefixFeaturesOutMixin.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 -
TheilSenRegressor — scikit-learn 1.8.0 document...
means 1 unless in a joblib.parallel_backend context. -1 means...the number of features (plus 1 if fit_intercept=True) and the...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html -
Version 0.22 — scikit-learn 1.8.0 documentation
is given for both n_jobs=1 or n_jobs>1 both with shared memory...results between n_jobs=1 and n_jobs>1 due to the handling of...scikit-learn.org/stable/whats_new/v0.22.html -
SVM Tie Breaking Example — scikit-learn 1.8.0 d...
1 ] . min (), X [:, 1 ] . max ()] xs = np...xlim [ 1 ], 1000 ) ys = np . linspace ( ylim [ 0 ], ylim [ 1 ], 1000...scikit-learn.org/stable/auto_examples/svm/plot_svm_tie_breaking.html -
RidgeClassifier — scikit-learn 1.8.0 documentation
converts the target values into {-1, 1} and then treats the problem...sklearn.linear_model. RidgeClassifier ( alpha = 1.0 , * , fit_intercept = True ,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html -
SelectorMixin — scikit-learn 1.8.0 documentation
shape [ 1 ] ... return self ... def _get_support_mask..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectorMixin.html