Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1411 - 1420 of 5,786 for * (3.13 sec)

  1. PolynomialCountSketch scikit-learn 1.7.2 docu...

    1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...SGDClassifier(max_iter=10) >>> clf . score ( X_features , y ) 1.0 For...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html
    Wed Sep 24 16:15:26 UTC 2025
      133.7K bytes
      1 views
      Cache
     
  2. LogisticRegressionCV scikit-learn 1.7.2 docum...

    ‘l2 yes newton-cholesky l2, yes sag l2, yes saga elasticnet’,...multiclass lbfgs l2 yes liblinear l1, l2 no newton-cg ‘l2’...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Wed Sep 24 16:15:24 UTC 2025
      167.4K bytes
      Cache
     
  3. ElasticNet scikit-learn 1.7.2 documentation

    linear_model. ElasticNet ( alpha = 1.0 , * , l1_ratio = 0.5 , fit_intercept...n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio * || w || _1 + 0.5...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Wed Sep 24 16:15:24 UTC 2025
      166.2K bytes
      Cache
     
  4. OrthogonalMatchingPursuit scikit-learn 1.7.2 ...

    12. (December 1993), pp. 3397-3415. ( https://www.di.ens.fr/~m...OrthogonalMatchingPu () . fit ( X , y ) >>> reg . score ( X , y ) 0.9991 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Wed Sep 24 16:15:25 UTC 2025
      134K bytes
      2 views
      Cache
     
  5. f_classif scikit-learn 1.7.2 documentation

    array([2.21e+02, 7.02e-01, 1.70e+00, 9.31e-01, 5.41e+00, 3.25e-01,...array([7.14e-27, 4.04e-01, 1.96e-01, 3.37e-01, 2.21e-02, 5.70e-01,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_classif.html
    Wed Sep 24 16:15:24 UTC 2025
      110.7K bytes
      Cache
     
  6. lars_path scikit-learn 1.7.2 documentation

    random_state = 0 ... ) >>> true_coef array([ 0. , 0. , 0. , 97.9, 45.7])...method=’lasso is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha *...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path.html
    Wed Sep 24 16:15:25 UTC 2025
      120.5K bytes
      Cache
     
  7. brier_score_loss scikit-learn 1.7.2 documenta...

    y_prob = np . array ([ 0.1 , 0.9 , 0.8 , 0.3 ]) >>> brier_score_loss...y_true_categorical = np . array ([ "spam" , "ham" , "ham" , "spam" ]) >>> y_prob...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html
    Wed Sep 24 16:15:26 UTC 2025
      120K bytes
      Cache
     
  8. root_mean_squared_error scikit-learn 1.7.2 do...

    - 1 , 1 ],[ 7 , - 6 ]] >>> y_pred = [[ 0 , 2 ],[ - 1 , 2 ],[...= [ 3 , - 0.5 , 2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_error.html
    Wed Sep 24 16:15:25 UTC 2025
      111K bytes
      Cache
     
  9. NearestNeighbors scikit-learn 1.7.2 documenta...

    neigh . radius_neighbors ( ... [[ 0 , 0 , 1.3 ]], 0.4 , return_distance...queries. algorithm {auto, ball_tree, kd_tree, brute}, default=’auto’...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html
    Wed Sep 24 16:15:24 UTC 2025
      151.7K bytes
      Cache
     
  10. pairwise_distances_argmin scikit-learn 1.7.2 ...

    = [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 ,...‘dice, hamming, jaccard, kulsinski, mahalanobis, minkowski’,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_argmin.html
    Wed Sep 24 16:15:26 UTC 2025
      112.9K bytes
      Cache
     
Back to top