- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1001 - 1010 of over 10,000 for 2 (0.23 seconds)
-
sklearn.feature_selection — scikit-learn ...
Feature selection algorithms. These include univariate filter selection methods and the recursive feature elimination algorithm. User guide. See the Feature selection section for further details.scikit-learn.org/stable/api/sklearn.feature_selection.html -
sklearn.preprocessing — scikit-learn 1.7....
Methods for scaling, centering, normalization, binarization, and more. User guide. See the Preprocessing data section for further details.scikit-learn.org/stable/api/sklearn.preprocessing.html -
sklearn.exceptions — scikit-learn 1.7.2 d...
Custom warnings and errors used across scikit-learn.scikit-learn.org/stable/api/sklearn.exceptions.html -
sklearn.experimental — scikit-learn 1.7.2...
Importable modules that enable the use of experimental features or estimators.scikit-learn.org/stable/api/sklearn.experimental.html -
Nearest Neighbors — scikit-learn 1.7.2 do...
Examples concerning the sklearn.neighbors module. Approximate nearest neighbors in TSNE Caching nearest neighbors Comparing Nearest Neighbors with and without Neighborhood Components Analysis Dimen...scikit-learn.org/stable/auto_examples/neighbors/index.html -
Nested versus non-nested cross-validation ̵...
This example compares non-nested and nested cross-validation strategies on a classifier of the iris data set. Nested cross-validation (CV) is often used to train a model in which hyperparameters al...scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html -
SVM with custom kernel — scikit-learn 1.7...
: 2 ] # we only take the first two...""" We create a custom kernel: (2 0) k(X, Y) = X ( ) Y.T (0 1) """...scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html -
GMM Initialization Methods — scikit-learn...
subplot ( 2 , len ( methods ) // 2 , n + 1 ) start =...figsize = ( 4 * len ( methods ) // 2 , 6 )) plt . subplots_adjust (...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_init.html -
Comparing Nearest Neighbors with and without Ne...
2 ]] X_train , X_test , y_train...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html -
移行 0.9.5.1 to 0.9.5.2 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate0951to0952.html