- Sort Score
- Num 10 results
- Language All
- Labels All
Results 581 - 590 of 4,138 for document (1.66 seconds)
Filter
-
Column Transformer with Mixed Types — scikit-le...
Documentation for Pipeline i Fitted Parameters...preprocessor: ColumnTransformer ? Documentation for preprocessor: ColumnTransformer...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html -
ROC Curve with Visualization API — scikit-learn...
Documentation for SVC i Fitted Parameters...with nbviewer.org. SVC ? Documentation for SVC i Fitted Parameters...scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html -
3.4. Metrics and scoring: quantifying the quali...
estimator can be found in its documentation. Scoring parameter : Model-evaluation...See Classification of text documents using sparse features for...scikit-learn.org/stable/modules/model_evaluation.html -
1.17. Neural network models (supervised) — scik...
scikit-learn.org/stable/modules/neural_networks_supervised.html -
9.2. Computational Performance — scikit-learn 1...
Scipy’s sparse matrix formats documentation for more information on...beyond the scope of this documentation though. 9.2.3. Tips and...scikit-learn.org/stable/computing/computational_performance.html -
Plot classification probability — scikit-learn ...
This example illustrates the use of sklearn.inspection.DecisionBoundaryDisplay to plot the predicted class probabilities of various classifiers in a 2D feature space, mostly for didactic purposes. ...scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html -
Gaussian Mixture Models — scikit-learn 1.8.0 do...
Examples concerning the sklearn.mixture module. Concentration Prior Type Analysis of Variation Bayesian Gaussian Mixture Density Estimation for a Gaussian mixture GMM Initialization Methods GMM cov...scikit-learn.org/stable/auto_examples/mixture/index.html -
Nearest Neighbors Classification — scikit-learn...
This example shows how to use KNeighborsClassifier. We train such a classifier on the iris dataset and observe the difference of the decision boundary obtained with regards to the parameter weights...scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html -
Nearest Neighbors regression — scikit-learn 1.8...
Demonstrate the resolution of a regression problem using a k-Nearest Neighbor and the interpolation of the target using both barycenter and constant weights. Generate sample data: Here we generate ...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html -
RBF SVM parameters — scikit-learn 1.8.0 documen...
This example illustrates the effect of the parameters gamma and C of the Radial Basis Function (RBF) kernel SVM. Intuitively, the gamma parameter defines how far the influence of a single training ...scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html