- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 911 - 920 of 3,487 for 1 (0.1 sec)
-
Comparing various online solvers — scikit-learn...
tol = 1e-1 , C = 1.0e4 / X . shape [ 0 ]), ), ] xx = 1.0 - np ....= 110 , loss = "hinge" , C = 1.0 , tol = 1e-4 ), ), ( "Passive-Aggressive...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html -
Hierarchical clustering: structured vs unstruct...
1 ] *= 0.5 Compute clustering #...set_position ([ 0 , 0 , 0.95 , 1 ]) for l in np . unique ( label...scikit-learn.org/stable/auto_examples/cluster/plot_ward_structured_vs_unstructured.html -
Comparing Linear Bayesian Regressors — scikit-l...
1 , n_samples ) * 1.35 y = np . sqrt ( X...: y }) X = X . reshape (( - 1 , 1 )) # extrapolation X_plot =...scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html -
Community Plugins | APM Java Agent Reference [1...
« Upgrading Release notes » Elastic Docs › APM: Java Agent Reference APM Observability › APM APM agents Android Agent...www.elastic.co/guide/en/apm/agent/java/current/community-plugins.html -
MongoDB | APM .NET Agent Reference [1.x] | Elastic
« Azure Storage Supported technologies » Elastic Docs › APM: .NET Agent Reference APM Observability › APM APM agents ...www.elastic.co/guide/en/apm/agent/dotnet/current/setup-mongo-db.html -
ROC Curve with Visualization API — scikit-learn...
Scikit-learn defines a simple API for creating visualizations for machine learning. The key features of this API is to allow for quick plotting and visual adjustments without recalculation. In this...scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html -
Clustering text documents using k-means — sciki...
assigned to each cluster: [ 1 1 1 3384] Number of elements assigned...n_features: { X_tfidf . shape [ 1 ] } " ) vectorization done in...scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html -
Image denoising using kernel PCA — scikit-learn...
4 of [ 1 ] . References # Authors: Guillaume...pixel values are in the range (0, 1). import numpy as np from sklearn.datasets...scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html -
FastICA on 2D point clouds — scikit-learn 1.5.2...
array ([[ 1 , 1 ], [ 0 , 2 ]]) # Mixing matrix...( 42 ) S = rng . standard_t ( 1.5 , size = ( 20000 , 2 )) S [:,...scikit-learn.org/stable/auto_examples/decomposition/plot_ica_vs_pca.html -
Permutation Importance with Multicollinear or C...
subplots ( 1 , 2 , figsize = ( 12 , 8 )) mdi_importances...ax1 , ax2 ) = plt . subplots ( 1 , 2 , figsize = ( 12 , 8 )) corr...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html