- Sort Score
- Num 10 results
- Language All
- Labels All
Results 441 - 450 of over 10,000 for 2 (1.87 seconds)
-
compute_optics_graph — scikit-learn 1.8.0...
2 ], [ 2 , 5 ], [ 3 , 6 ], ... [ 8...samples (rounded to be at least 2). max_eps float, default=np.inf...scikit-learn.org/stable/modules/generated/sklearn.cluster.compute_optics_graph.html -
Single estimator versus bagging: bias-variance ...
- ( x ** 2 )) + 1.5 * np . exp ( - (( x - 2 ) ** 2 )) def generate...{0} : {1:.4f} (error) = {2:.4f} (bias^2) " " + {3:.4f}...scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html -
Comparison of kernel ridge and Gaussian process...
period of this sine is thus \(2 \pi\) . We will reuse this information..."True signal" , linewidth = 2 ) plt . scatter ( training_data...scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html -
sort_graph_by_row_values — scikit-learn 1...
2. ], ... [ 1. , 2. , 0. ]]) >>>.... data array([3., 1., 3., 2., 1., 2.]) >>> X_ = sort...scikit-learn.org/stable/modules/generated/sklearn.neighbors.sort_graph_by_row_values.html -
GMM covariances — scikit-learn 1.8.0 docu...
covariances_ [ n ][: 2 , : 2 ] elif gmm . covariance_type...covariances = gmm . covariances_ [: 2 , : 2 ] elif gmm . covariance_type...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html -
StratifiedShuffleSplit — scikit-learn 1.8...
2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 ,...Test: index=[0 2 3] Fold 2: Train: index=[5 0 2] Test: index=[4...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html -
Lasso — scikit-learn 1.8.0 documentation
[ 2 , 2 ]], [ 0 , 1 , 2 ]) Lasso(alpha=0.1)...\(||y||_2^2 / n_{\text{samples}}\) . The target can be a 2-dimensional...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html -
Dimensionality Reduction with Neighborhood Comp...
( n_components = 2 )) # Reduce dimension to 2 with NeighborhoodComponen...the different samples on the 2 first principal components. Linear...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html -
DataUnit (Spring Framework 7.0.1 API)
Power of 2 Size in Bytes BYTES 1B 2^0 1 KILOBYTES 1KB 2^10 1,024...1,024 MEGABYTES 1MB 2^20 1,048,576 GIGABYTES 1GB 2^30 1,073,741,824...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/unit/DataUnit.html -
cross_validation.rst.txt
2, 2, 2, 2] >>> groups = [1, 1, 2, 2, 3, 3, 3] >>>...test)) [2 3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3]...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt