- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 691 - 700 of 3,416 for 1 (0.14 sec)
-
make_blobs — scikit-learn 1.5.2 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...2) >>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0]) >>> X , y = make_blobs...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html -
Ledoit-Wolf vs OAS estimation — scikit-learn 1....
covariance matrix (AR(1) process) r = 0.1 real_cov = toeplitz (...plot MSE plt . subplot ( 2 , 1 , 1 ) plt . errorbar ( n_samples_range...scikit-learn.org/stable/auto_examples/covariance/plot_lw_vs_oas.html -
CompoundKernel — scikit-learn 1.5.2 documentation
theta ) [1.09861229 0.69314718] __call__...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.CompoundKernel.html -
Effect of varying threshold for self-training —...
mean ( axis = 1 ), yerr = scores . std ( axis = 1 ), capsize =...( axis = 1 ), yerr = amount_labeled . std ( axis = 1 ), capsize...scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html -
A demo of the mean-shift clustering algorithm —...
centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] X , _ = make_blobs...matplotlib.pyplot as plt plt . figure ( 1 ) plt . clf () colors = [ "#dede00"...scikit-learn.org/stable/auto_examples/cluster/plot_mean_shift.html -
PCA example with Iris Data-set — scikit-learn 1...
1 ] . mean () + 1.5 , X [ y == label , 2...features 1 and 2 Sparsity Example: Fitting only features 1 and 2...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_iris.html -
Huge Traces configuration options | APM Java Ag...
span_compression_enabled ( [ 1.30.0 ] Added in 1.30.0. ) Setting this...ch_max_duration ( [ 1.30.0 ] Added in 1.30.0. ) Consecutive spans...www.elastic.co/guide/en/apm/agent/java/current/config-huge-traces.html -
8. Computing with scikit-learn — scikit-learn 1...
1.1. Scaling with instances using out-of-core...Computing with scikit-learn # 8.1. Strategies to scale computationally:...scikit-learn.org/stable/computing.html -
Stacktrace configuration options | APM .NET Age...
ApplicationNamespace ( [ 1.5 ] Added in 1.5. ) This is used to determine...ExcludedNamespaces ( [ 1.5 ] Added in 1.5. ) A list of namespaces...www.elastic.co/guide/en/apm/agent/dotnet/current/config-stacktrace.html -
Ordinary Least Squares and Ridge Regression Var...
1 ] . T y_train = [ 0.5 , 1 ] X_test = np . c_...this_X = 0.1 * np . random . normal ( size = ( 2 , 1 )) + X_train...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html