Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 291 - 300 of 3,757 for 1 (0.68 sec)

  1. kmeans_plusplus — scikit-learn 1.7.2 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2...provided array. Added in version 1.3. x_squared_norms array-like...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html
    Wed Sep 17 19:57:58 UTC 2025
      111.2K bytes
      Cache
     
  2. make_biclusters — scikit-learn 1.7.2 documentation

    shape[1]) The indicators for cluster membership...for biclustering. References [ 1 ] Dhillon, I. S. (2001, August)....
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html
    Wed Sep 17 19:57:58 UTC 2025
      110.7K bytes
      Cache
     
  3. affinity_propagation — scikit-learn 1.7.2 docum...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...>>> labels array([0, 0, 0, 1, 1, 1]) Gallery examples # Visualizing...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.affinity_propagation.html
    Wed Sep 17 19:57:59 UTC 2025
      114K bytes
      Cache
     
  4. adjusted_mutual_info_score — scikit-learn 1.7.2...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_mutual_info_score...ore ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html
    Wed Sep 17 19:57:59 UTC 2025
      116.2K bytes
      Cache
     
  5. make_checkerboard — scikit-learn 1.7.2 document...

    shape[1]) The indicators for cluster membership...for biclustering. References [ 1 ] Kluger, Y., Basri, R., Chang,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_checkerboard.html
    Wed Sep 17 19:58:00 UTC 2025
      111.7K bytes
      Cache
     
  6. Ridge — scikit-learn 1.7.2 documentation

    Ridge ( alpha = 1.0 , * , fit_intercept = True ,...shape (n_targets,)}, default=1.0 Constant that multiplies the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html
    Wed Sep 17 19:57:59 UTC 2025
      153.9K bytes
      Cache
     
  7. make_blobs — scikit-learn 1.7.2 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Plot the...2) >>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0]) >>> X , y = make_blobs...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html
    Wed Sep 17 19:57:59 UTC 2025
      130.3K bytes
      Cache
     
  8. Testimonials — scikit-learn 1.7.2 documentation

    Group # Scikit-learn is our #1 toolkit for all things machine...used for originating at least 1 billion GBP worth of Zopa loans....
    scikit-learn.org/stable/testimonials/testimonials.html
    Wed Sep 17 19:57:59 UTC 2025
      54.4K bytes
      Cache
     
  9. lars_path — 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.html
    Wed Sep 17 19:57:59 UTC 2025
      120.5K bytes
      Cache
     
  10. v_measure_score — scikit-learn 1.7.2 documentation

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> v_measure_score...v_measure_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html
    Wed Sep 17 19:57:59 UTC 2025
      121.5K bytes
      Cache
     
Back to top