Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 51 - 60 of over 10,000 for 2 (2.31 seconds)

  1. root_mean_squared_error — scikit-learn 1....

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>>...>>> y_pred = [[ 0 , 2 ],[ - 1 , 2 ],[ 8 , - 5 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_error.html
    Fri Nov 21 11:40:10 GMT 2025
      111K bytes
      Cache
     
  2. NearestNeighbors — scikit-learn 1.7.2 doc...

    2 , return_distance = False ) array([[2, 0]]...) >>>...array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html
    Fri Nov 21 11:40:10 GMT 2025
      151.7K bytes
      Cache
     
  3. make_circles — scikit-learn 1.7.2 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
    Fri Nov 21 11:40:10 GMT 2025
      116.2K bytes
      Cache
     
  4. NearestCentroid — scikit-learn 1.7.2 docu...

    [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Fri Nov 21 11:40:11 GMT 2025
      136.4K bytes
      Cache
     
  5. brier_score_loss — scikit-learn 1.7.2 doc...

    2 , 0.7 , 0.1 ], [ 0.2 , 0.2 , 0.6 ]], ... labels...by 1/2 to lie in the [0, 1] range instead of the [0, 2] range....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html
    Fri Nov 21 11:40:11 GMT 2025
      120K bytes
      Cache
     
  6. RidgeCV — scikit-learn 1.7.2 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination ( \(R^2\) ) otherwise. cv int, cross-validation...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html
    Fri Nov 21 11:40:10 GMT 2025
      149.9K bytes
      Cache
     
  7. PLSCanonical — scikit-learn 1.7.2 documen...

    [ 2. , 2. , 2. ], [ 2. , 5. , 4. ]] >>>...y = [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 ,...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html
    Fri Nov 21 11:40:10 GMT 2025
      159.1K bytes
      Cache
     
  8. ElasticNet — scikit-learn 1.7.2 documenta...

    is: ( 1 / ( 2 * n_samples )) * || Y - XW || _Fro ^ 2 + alpha *...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Fri Nov 21 11:40:11 GMT 2025
      166.2K bytes
      Cache
     
  9. IncrementalPCA — scikit-learn 1.7.2 docum...

    [ - 2 , - 1 ], [ - 3 , - 2 ], ... [ 1 , 1 ], [ 2 , 1 ], [...O(batch_size * n_features ** 2) , but only 2 * batch_size samples remain...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html
    Fri Nov 21 11:40:11 GMT 2025
      146.8K bytes
      Cache
     
  10. LabelBinarizer — scikit-learn 1.7.2 docum...

    2 , 6 , 4 , 2 ]) LabelBinarizer() >>>...array([0, 1, 2]) >>> lb . transform ([ 0 , 1 , 2 , 1 ]) array([[1,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Fri Nov 21 09:29:40 GMT 2025
      135.3K bytes
      Cache
     
Back to Top