- Sort Score
- Num 10 results
- Language All
- Labels All
Results 981 - 990 of over 10,000 for 2 (4.09 seconds)
-
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 -
Related Projects — scikit-learn 1.7.2 doc...
Projects implementing the scikit-learn estimator API are encouraged to use the scikit-learn-contrib template which facilitates best practices for testing and documenting estimators. The scikit-lear...scikit-learn.org/stable/related_projects.html -
Cross decomposition — scikit-learn 1.7.2 ...
Examples concerning the sklearn.cross_decomposition module. Compare cross decomposition methods Principal Component Regression vs Partial Least Squares Regressionscikit-learn.org/stable/auto_examples/cross_decomposition/index.html -
Frozen Estimators — scikit-learn 1.7.2 do...
scikit-learn.org/stable/auto_examples/frozen/index.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 -
sklearn.neural_network — scikit-learn 1.7...
Models based on neural networks. User guide. See the Neural network models (supervised) and Neural network models (unsupervised) sections for further details.scikit-learn.org/stable/api/sklearn.neural_network.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.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 -
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.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