- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 691 - 700 of 3,230 for 1 (0.19 sec)
-
Post-tuning the decision threshold for cost-sen...
array([1.e-06, 1.e-05, 1.e-04, 1.e-03, 1.e-02, 1.e-01, 1.e+00,...1.e+00, 1.e+01, 1.e+02, 1.e+03, 1.e+04, 1.e+05, 1.e+06])}, scoring='neg_log_loss')...scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html -
t-SNE: The effect of various perplexity values ...
reshape ( - 1 , 1 ), yy . ravel () . reshape ( - 1 , 1 ), ] ) color...perplexities ): ax = subplots [ 1 ][ i + 1 ] t0 = time () tsne = manifold...scikit-learn.org/stable/auto_examples/manifold/plot_t_sne_perplexity.html -
zero_one_loss — scikit-learn 1.7.1 documentation
1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...zero_one_loss >>> y_pred = [ 1 , 2 , 3 , 4 ] >>> y_true = [ 2...scikit-learn.org/stable/modules/generated/sklearn.metrics.zero_one_loss.html -
make_gaussian_quantiles — scikit-learn 1.7.1 do...
dataset is from Zhu et al [1]. References [ 1 ] Zhu, H. Zou, S. Rosset,...es ( * , mean = None , cov = 1.0 , n_samples = 100 , n_features...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_gaussian_quantiles.html -
fetch_olivetti_faces — scikit-learn 1.7.1 docum...
Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the Olivetti...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_olivetti_faces.html -
orthogonal_mp — scikit-learn 1.7.1 documentation
) >>> X [: 1 ,] @ coef array([-78.68]) On this...scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp.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 -
dump_svmlight_file — scikit-learn 1.7.1 documen...
Skip to main content Back to top Ctrl + K GitHub Choose version dump_svmlight_file # sklearn.datasets. dump_svmlight_...scikit-learn.org/stable/modules/generated/sklearn.datasets.dump_svmlight_file.html -
sklearn.cross_decomposition — scikit-learn 1.7....
Algorithms for cross decomposition. User guide. See the Cross decomposition section for further details.scikit-learn.org/stable/api/sklearn.cross_decomposition.html -
get_scorer_names — scikit-learn 1.7.1 documenta...
Skip to main content Back to top Ctrl + K GitHub Choose version get_scorer_names # sklearn.metrics. get_scorer_names ...scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer_names.html