Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 370 of 2,514 for = (0.1 sec)

  1. 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
    Thu Nov 21 22:17:09 UTC 2024
      105.4K bytes
      Cache
     
  2. 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
    Thu Nov 21 11:16:56 UTC 2024
      2.2K bytes
      1 views
     
  3. 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
    Thu Nov 21 22:17:08 UTC 2024
      125.7K bytes
      Cache
     
  4. 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
    Thu Nov 21 22:17:09 UTC 2024
      86.1K bytes
      Cache
     
  5. 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
    Wed Nov 20 19:47:14 UTC 2024
      106.9K bytes
      Cache
     
  6. 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
    Thu Nov 21 22:17:10 UTC 2024
      109.6K bytes
      Cache
     
  7. 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
    Thu Nov 21 22:17:10 UTC 2024
      103.4K bytes
      1 views
      Cache
     
  8. 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
    Thu Nov 21 22:17:09 UTC 2024
      150.5K bytes
      Cache
     
  9. 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
    Thu Nov 21 22:17:08 UTC 2024
      174.9K bytes
      Cache
     
  10. 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
    Thu Nov 21 22:17:08 UTC 2024
      97.3K bytes
      Cache
     
Back to top