- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1081 - 1090 of 3,489 for 1 (0.1 sec)
-
7.3. Generated datasets — scikit-learn 1.6.0 do...
1.1. Single label # make_blobs creates..."n_informative" : 1 , "n_clusters_per_class" : 1 , "n_classes" :...scikit-learn.org/stable/datasets/sample_generators.html -
sklearn.discriminant_analysis — scikit-learn 1....
Linear and quadratic discriminant analysis. User guide. See the Linear and Quadratic Discriminant Analysis section for further details.scikit-learn.org/dev/api/sklearn.discriminant_analysis.html -
has_fit_parameter — scikit-learn 1.6.0 document...
Skip to main content Back to top Ctrl + K GitHub Choose version has_fit_parameter # sklearn.utils.validation. has_fit...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.has_fit_parameter.html -
estimator_html_repr — scikit-learn 1.6.0 docume...
Skip to main content Back to top Ctrl + K GitHub Choose version estimator_html_repr # sklearn.utils. estimator_html_r...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_html_repr.html -
12. Choosing the right estimator — scikit-learn...
Often the hardest part of solving a machine learning problem can be finding the right estimator for the job. Different estimators are better suited for different types of data and different problem...scikit-learn.org/stable/machine_learning_map.html -
sklearn.kernel_ridge — scikit-learn 1.6.0 docum...
Kernel ridge regression. User guide. See the Kernel ridge regression section for further details.scikit-learn.org/stable/api/sklearn.kernel_ridge.html -
Nested versus non-nested cross-validation — sci...
= { "C" : [ 1 , 10 , 100 ], "gamma" : [ 0.01 , 0.1 ]} # We will...Iris Dataset" , x = 0.5 , y = 1.1 , fontsize = "15" , ) # Plot...scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html -
Robust covariance estimation and Mahalanobis di...
where feature 1 has a standard deviation equal to 1 and feature...np . arange ( 1 , n_features ), np . arange ( 1 , n_features )]...scikit-learn.org/stable/auto_examples/covariance/plot_mahalanobis_distances.html -
Release Highlights for scikit-learn 0.24 — scik...
been removed in version 1.2. From 1.2, use # PartialDependenceDis...scikit-learn 1.0 Release Highlights for scikit-learn 1.0 Release...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html -
Outlier detection with Local Outlier Factor (LO...
n_neighbors ) is typically set 1) greater than the minimum number...ground_truth [ - n_outliers :] = - 1 Fit the model for outlier detection...scikit-learn.org/stable/auto_examples/neighbors/plot_lof_outlier_detection.html