- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1121 - 1130 of 3,489 for 1 (0.09 sec)
-
get_data_home — scikit-learn 1.6.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.datasets.get_data_home.html -
load_sample_images — scikit-learn 1.6.0 documen...
Skip to main content Back to top Ctrl + K GitHub Choose version load_sample_images # sklearn.datasets. load_sample_im...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_sample_images.html -
enable_iterative_imputer — scikit-learn 1.6.0 d...
Enables IterativeImputer The API and results of this estimator might change without any deprecation cycle. Importing this file dynamically sets IterativeImputer as an attribute of the impute module:scikit-learn.org/stable/modules/generated/sklearn.experimental.enable_iterative_imputer.html -
make_s_curve — scikit-learn 1.6.0 documentation
Gallery examples: Comparison of Manifold Learning methods t-SNE: The effect of various perplexity values on the shapescikit-learn.org/stable/modules/generated/sklearn.datasets.make_s_curve.html -
Illustration of Gaussian process classification...
kernels = [ 1.0 * RBF ( length_scale = 1.15 ), 1.0 * DotProduct...)[:, 1 ] Z = Z . reshape ( xx . shape ) plt . subplot ( 1 , 2...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html -
Principal Component Analysis (PCA) on Iris Data...
figure ( 1 , figsize = ( 8 , 6 )) ax = fig...X_reduced [:, 0 ], X_reduced [:, 1 ], X_reduced [:, 2 ], c = iris...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_iris.html -
Probability Calibration for 3-class classificat...
"($\frac {1}{3} $, $\frac {1}{3} $, $\frac {1}{3} $)" , xy = ( 1.0 /...r "($1$, $0$, $0$)" , xy = ( 1 , 0 ), xytext = ( 1 , 0.1 ), xycoords...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html -
inplace_csr_row_normalize_l1 — scikit-learn 1.6...
1 , 2 , 3 ]) >>> data = np . array ([ 1.0 , 2.0 , 3.0...0. ], [0. , 0. , 1. , 0. ], [0. , 0. , 0. , 1. ]]) On this page...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz... -
Core configuration options | APM .NET Agent Ref...
String Environment ( [ 1.1 ] Added in 1.1. ) The name of the environment...Type 1.0 Double TransactionMaxSpans (performance) ( [ 1.1.1 ] Added...www.elastic.co/guide/en/apm/agent/dotnet/current/config-core.html -
Robust linear model estimation using RANSAC — s...
n_features = 1 , n_informative = 1 , noise = 10 , coef...normal ( size = ( n_outliers , 1 )) y [: n_outliers ] = - 3 + 10...scikit-learn.org/stable/auto_examples/linear_model/plot_ransac.html