- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 2,898 for 1 (0.09 sec)
-
移行 1.0.5G to 1.0.5H | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate105Gto105H.html -
IterativeImputer — scikit-learn 1.7.0 documenta...
is met once max(abs(X_t - X_{t-1}))/max(abs(X[known_vals])) < tol...data types. Added in version 1.3. imputation_order {‘ascending’,...scikit-learn.org/stable/modules/generated/sklearn.impute.IterativeImputer.html -
移行 1.0.5J to 1.0.5K | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate105Jto105K.html -
Ridge — scikit-learn 1.7.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 -
StackingClassifier — scikit-learn 1.7.0 documen...
in version 1.1: The ‘prefit’ option was added in 1.1 Note A larger...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html -
homogeneity_score — scikit-learn 1.7.0 document...
1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Non-perfect labelings...homogeneity_score ([ 0 , 0 , 1 , 1 ], [ 0 , 0 , 1 , 2 ])) 1.000000 >>> print...scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_score.html -
Kernel — scikit-learn 1.7.0 documentation
length_scale = 1.0 ): ... self . length_scale =...2.0 ) >>> X = np . array ([[ 1 , 2 ], [ 3 , 4 ]]) >>> print (...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html -
silhouette_samples — scikit-learn 1.7.0 documen...
The best value is 1 and the worst value is -1. Values near 0 indicate...2 <= n_labels <= n_samples - 1 . This function returns the Silhouette...scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_samples.html -
hinge_loss — scikit-learn 1.7.0 documentation
[ 1 ]] >>> y = [ - 1 , 1 ] >>> est = svm . LinearSVC...0.09]) >>> hinge_loss ([ - 1 , 1 , 1 ], pred_decision ) 0.30 In...scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html -
min_pos — scikit-learn 1.6.1 documentation
- 1 , 2 , 3 , - 4 , 5 ]) >>> min_pos...scikit-learn.org/stable/modules/generated/sklearn.utils.arrayfuncs.min_pos.html