- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 841 - 850 of 3,460 for 1 (0.09 sec)
-
maxabs_scale — scikit-learn 1.6.0 documentation
1 , 2 ], [ - 1 , 0 , 1 ]] >>> maxabs_scale...column independently array([[-1. , 1. , 1. ], [-0.5, 0. , 0.5]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html -
scikit-learn: machine learning in Python — scik...
scikit-learn 1.7 (Changelog) . December 2024. scikit-learn 1.6.0 is...). July 2024. scikit-learn 1.5.1 is available for download (...scikit-learn.org/stable/index.html -
sklearn.gaussian_process — scikit-learn 1.6.0 d...
kernel takes two kernels \(k_1\) and \(k_2\) and combines them...kernel takes two kernels \(k_1\) and \(k_2\) and combines them...scikit-learn.org/stable/api/sklearn.gaussian_process.html -
Empirical evaluation of the impact of k-means i...
mean ( axis = 1 ), inertia . std ( axis = 1 ), fmt = format...using a init="random" and n_init=1 . This run leads to a bad convergence...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_stability_low_dim_dense.html -
robust_scale — scikit-learn 1.6.0 documentation
independently array([[-1., 1., 1.], [ 1., -1., -1.]]) >>> robust_scale...robust_scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> robust_scale...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html -
Tracing APIs | APM Java Agent Reference [1.x] |...
« Property file reference Public API » Elastic Docs › APM: Java Agent Reference APM Observability › APM APM agents An...www.elastic.co/guide/en/apm/agent/java/current/apis.html -
Segmenting the picture of greek coins in region...
1.93s Spectral clustering: cluster_qr, 1.99s Total...the # actual image. For beta=1, the segmentation is close to...scikit-learn.org/stable/auto_examples/cluster/plot_coin_segmentation.html -
Gradient Boosting regularization — scikit-learn...
random_state = 1 ) # map labels from {-1, 1} to {0, 1} labels , y...{ "learning_rate" : 1.0 , "subsample" : 1.0 }), ( "learning_rate=0.2"...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html -
paired_distances — scikit-learn 1.6.0 documenta...
1 ], [ 1 , 1 ]] >>> Y = [[ 0 , 1 ], [ 2 , 1 ]] >>> paired_distances...distances between (X[0], Y[0]), (X[1], Y[1]), etc… Read more in the User...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_distances.html -
Comparing Random Forests and Histogram Gradient...
row = 1 , col = 1 ) fig . add_trace ( line_trace , row = 1 , col...row = 1 , col = 2 ) fig . add_trace ( line_trace , row = 1 , col...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html