Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 551 - 560 of 2,897 for 1 (0.43 sec)

  1. lars_path_gram — scikit-learn 1.7.2 documentation

    the case method=’lasso’ is: ( 1 / ( 2 * n_samples )) * || y -...Xw ||^ 2_2 + alpha * || w || _1 in the case of method=’lar’, the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html
    Mon Nov 03 14:20:03 UTC 2025
      118.4K bytes
      Cache
     
  2. SGD: Penalties — scikit-learn 1.7.2 documentation

    [( - 1 , - 1 )], ) plt . clabel ( l2_contour , inline = 1 , fontsize...18 , fmt = { 1.0 : "L2" }, manual = [( - 1 , - 1 )]) plt . clabel...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_penalties.html
    Tue Nov 04 06:34:50 UTC 2025
      92.3K bytes
      Cache
     
  3. fetch_lfw_pairs — scikit-learn 1.7.2 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...True , n_retries = 3 , delay = 1.0 ) [source] # Load the Labeled...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html
    Mon Nov 03 14:20:04 UTC 2025
      113.1K bytes
      Cache
     
  4. matthews_corrcoef — scikit-learn 1.7.2 document...

    [ + 1 , + 1 , + 1 , - 1 ] >>> y_pred = [ + 1 , - 1 , + 1 , +...value between -1 and +1. A coefficient of +1 represents a perfect...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.matthews_corrcoef.html
    Tue Nov 04 06:34:51 UTC 2025
      109.2K bytes
      Cache
     
  5. Demo of DBSCAN clustering algorithm — scikit-le...

    centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] X , labels_true...len ( set ( labels )) - ( 1 if - 1 in labels else 0 ) n_noise_...
    scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html
    Tue Nov 04 06:34:51 UTC 2025
      103K bytes
      Cache
     
  6. Online learning of a dictionary of parts of fac...

    - 1 )) buffer . append ( data ) index += 1 if index %...[MiniBatchKMeans] Reassigning 1 cluster centers. Partial fit of...
    scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html
    Tue Nov 04 06:34:50 UTC 2025
      98.7K bytes
      Cache
     
  7. Using KBinsDiscretizer to discretize continuous...

    reshape ( - 1 , 1 ) # transform the dataset with...endpoint = False ) . reshape ( - 1 , 1 ) reg = LinearRegression ()...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html
    Tue Nov 04 06:34:51 UTC 2025
      98.1K bytes
      Cache
     
  8. Dimensionality Reduction with Neighborhood Comp...

    subplot(1, 3, i + 1, aspect=1) # Fit the method's...X_embedded [:, 0 ], X_embedded [:, 1 ], c = y , s = 30 , cmap = "Set1"...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Tue Nov 04 06:34:50 UTC 2025
      98.2K bytes
      Cache
     
  9. mean_shift — scikit-learn 1.7.2 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...array([[3.33, 6. ], [1.33, 0.66]]) >>> labels array([1, 1, 1, 0, 0, 0])...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.mean_shift.html
    Mon Nov 03 14:20:05 UTC 2025
      111.9K bytes
      Cache
     
  10. Polynomial and Spline interpolation — scikit-le...

    [ 1 , x_1 , x_1 ** 2 , x_1 ** 3 , ... , x_1 ** degree...), ... ], [ basis_1 ( x_1 ), basis_2 ( x_1 ), ... ], ... ] This...
    scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html
    Tue Nov 04 06:34:50 UTC 2025
      121.3K bytes
      Cache
     
Back to top