Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 681 - 690 of over 10,000 for 2 (0.36 seconds)

  1. Selecting the number of clusters with silhouett...

    and 2 columns fig , ( ax1 , ax2 ) = plt . subplots ( 1 , 2 ) fig...ambivalent in deciding between 2 and 4. Also from the thickness...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html
    Mon Dec 22 11:58:30 GMT 2025
      104K bytes
      Cache
     
  2. Ridge — scikit-learn 1.8.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...than tol . Changed in version 1.2: Default value changed from 1e-3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html
    Mon Dec 22 11:58:31 GMT 2025
      154.9K bytes
      Cache
     
  3. SGD: convex loss functions — scikit-learn...

    = ( 1 - z [ z >= - 1 ]) ** 2 loss [ z >= 1.0 ] = 0 return...linspace ( xmin , xmax , 100 ) lw = 2 plt . plot ([ xmin , 0 , 0 , xmax...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_loss_functions.html
    Mon Dec 22 11:58:29 GMT 2025
      92.2K bytes
      Cache
     
  4. make_circles — scikit-learn 1.8.0 documen...

    n_samples int or tuple of shape (2,), dtype=int, default=100 If int,...ndarray of shape (n_samples, 2) The generated samples. y ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_circles.html
    Mon Dec 22 11:58:31 GMT 2025
      116.1K bytes
      Cache
     
  5. accuracy_score — scikit-learn 1.8.0 docum...

    2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>>...], [ 1 , 1 ]]), np . ones (( 2 , 2 ))) 0.5 Gallery examples # Plot...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Mon Dec 22 11:58:31 GMT 2025
      116.8K bytes
      Cache
     
  6. multilabel_confusion_matrix — scikit-lear...

    2]], [[5, 0], [1, 0]], [[2, 1], [1, 2]]]) On this...ndarray of shape (n_outputs, 2, 2) A 2x2 confusion matrix corresponding...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.multilabel_confusion_matrix.html
    Mon Dec 22 11:58:31 GMT 2025
      114K bytes
      Cache
     
  7. grid_to_graph — scikit-learn 1.8.0 docume...

    'int64' with 2 stored elements and shape (2, 2)> Coords Values...>>> mask [[ 1 , 2 ], [ 1 , 2 ], :] = True >>>...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.grid_to_graph.html
    Mon Dec 22 11:58:30 GMT 2025
      109.1K bytes
      Cache
     
  8. AdditiveChi2Sampler — scikit-learn 1.8.0 ...

    sample_steps = 2 , sample_interval = None ) [source]...original space is transformed into 2*sample_steps-1 features, where...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.AdditiveChi2Sampler.html
    Mon Dec 22 11:58:31 GMT 2025
      129.8K bytes
      Cache
     
  9. Lars — scikit-learn 1.8.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_nonzero_coefs = 500 , eps = np.float64(2.220446049250313e-16) , copy_X...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.html
    Mon Dec 22 11:58:31 GMT 2025
      139.5K bytes
      Cache
     
  10. PolynomialFeatures — scikit-learn 1.8.0 d...

    degree-2 polynomial features are [1, a, b, a^2, ab, b^2]. Read...etc. excluded: x[0] ** 2 , x[0] ** 2 * x[1] , etc. include_bias...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
    Mon Dec 22 11:58:30 GMT 2025
      139.9K bytes
      Cache
     
Back to Top