- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 361 - 370 of 2,514 for = (0.1 sec)
-
Comparing different hierarchical linkage method...
selection X = StandardScaler () . fit_transform ( X ) # ========== # Create...Create cluster objects # ========== ward = cluster . AgglomerativeCluster...scikit-learn.org/stable/auto_examples/cluster/plot_linkage_comparison.html -
apple-icon-57x57.png
35285816 width=57, height=57, bitDepth=8, colorType=RGBAlpha, c...compressionMethod=deflate, filterMethod=adaptive, interlaceMethod=none RGB...www.elastic.co/apple-icon-57x57.png -
Faces dataset decompositions — scikit-learn 1.5...
_ = fetch_olivetti_faces ( return_X_y = True , shuffle = True...n_col = 2 , 3 n_components = n_row * n_col image_shape = ( 64...scikit-learn.org/stable/auto_examples/decomposition/plot_faces_decomposition.html -
Linear Regression Example — scikit-learn 1.5.2 ...
diabetes_y = datasets . load_diabetes ( return_X_y = True ) # Use...diabetes_X_train = diabetes_X [: - 20 ] diabetes_X_test = diabetes_X...scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html -
Label Propagation learning a complex structure ...
labels == outer , 1 ], color = "navy" , marker = "s" , lw = 0 ,...labels == inner , 0 ], X [ labels == inner , 1 ], color = "c" ,...scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_structure.html -
mean_squared_log_error — scikit-learn 1.5.2 doc...
sample_weight = None , multioutput = 'uniform_average' , squared = 'deprecated'...r >>> y_true = [ 3 , 5 , 2.5 , 7 ] >>> y_pred = [ 2.5 , 5 , 4...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_log_error.html -
Demo of OPTICS clustering algorithm — scikit-le...
( colors ): Xk = space [ labels == klass ] Rk = reachability [...space [ labels == - 1 ], reachability [ labels == - 1 ], "k." ,...scikit-learn.org/stable/auto_examples/cluster/plot_optics.html -
Release Highlights for scikit-learn 1.1 — sciki...
random_state = 0 ) km = KMeans ( n_clusters = 5 , random_state = 0 , n_init...10 , num = 2000 ) X = X_1d . reshape ( - 1 , 1 ) y = X_1d * np...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_1_0.html -
Tweedie regression on insurance claims — scikit...
y_label = None , title = None , ax = None , fill_legend = False..."ClaimAmount" ] == 0 ) & ( df [ "ClaimNb" ] >= 1 ), "ClaimNb" ] = 0 log_scale_transformer...scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html -
Plot randomly generated classification dataset ...
marker = "o" , c = Y2 , s = 25 , edgecolor = "k" ) plt ....1 ], marker = "o" , c = Y1 , s = 25 , edgecolor = "k" ) plt ....scikit-learn.org/stable/auto_examples/datasets/plot_random_dataset.html