Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 191 - 200 of 2,635 for 2 (0.08 sec)

  1. lasso_path — scikit-learn 1.5.2 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html
    Tue Sep 17 17:21:49 UTC 2024
      120.1K bytes
      Cache
     
  2. 8.2. Computational Performance — scikit-learn 1...

    2.1.2. Configuring Scikit-learn for...slow for your application. 8.2.2. Prediction Throughput # Another...
    scikit-learn.org/stable/computing/computational_performance.html
    Wed Sep 18 20:56:24 UTC 2024
      61.4K bytes
      Cache
     
  3. make_moons — scikit-learn 1.5.2 documentation

    2 , random_state = 42 ) >>> X . shape (200, 2) >>> y ....n_samples int or tuple of shape (2,), dtype=int, default=100 If int,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_moons.html
    Tue Sep 17 17:21:48 UTC 2024
      113.6K bytes
      Cache
     
  4. make_biclusters — scikit-learn 1.5.2 documentation

    shape (2, 10) >>> cols . shape (2, 20) Gallery examples...shape = ( 10 , 20 ), n_clusters = 2 , random_state = 42 ... ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html
    Tue Sep 17 17:21:49 UTC 2024
      110K bytes
      Cache
     
  5. TfidfTransformer — scikit-learn 1.5.2 documenta...

    2, 0, 1, 1, 1, 0, 0], [1, 0, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html
    Tue Sep 17 17:21:49 UTC 2024
      140.7K bytes
      Cache
     
  6. ColumnTransformer — scikit-learn 1.5.2 document...

    slice ( 2 , 4 ))]) >>> X = np . array ([[ 0. , 1. , 2. , 2. ], ......scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Release Highlights...
    scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html
    Wed Sep 18 20:56:25 UTC 2024
      159.2K bytes
      Cache
     
  7. LogisticRegressionCV — scikit-learn 1.5.2 docum...

    [: 2 , :]) array([0, 0]) >>> clf . predict_proba ( X [: 2 , :])...SAGA solver. Added in version 1.2: newton-cholesky solver. tol float,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Tue Sep 17 17:21:48 UTC 2024
      165.8K bytes
      Cache
     
  8. LogisticRegression — scikit-learn 1.5.2 documen...

    [: 2 , :]) array([0, 0]) >>> clf . predict_proba ( X [: 2 , :])...‘lbfgs’ in 0.22. Added in version 1.2: newton-cholesky solver. max_iter...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Tue Sep 17 17:21:47 UTC 2024
      189.1K bytes
      Cache
     
  9. make_circles — scikit-learn 1.5.2 documentation

    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
    Tue Sep 17 17:21:49 UTC 2024
      115.5K bytes
      Cache
     
  10. confusion_matrix — scikit-learn 1.5.2 documenta...

    = [ 2 , 0 , 2 , 2 , 0 , 1 ] >>> y_pred = [ 0 , 0 , 2 , 2 , 0...0 , 2 ] >>> confusion_matrix ( y_true , y_pred ) array([[2, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html
    Tue Sep 17 17:21:49 UTC 2024
      117K bytes
      Cache
     
Back to top