Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 541 - 550 of 3,757 for 1 (0.8 sec)

  1. Bug triaging and issue curation — scikit-learn ...

    issues # The following workflow [ 1 ] is a good way to approach issue...
    scikit-learn.org/stable/developers/bug_triaging.html
    Tue Sep 16 14:38:52 UTC 2025
      29.1K bytes
      Cache
     
  2. Robust vs Empirical covariance estimate — sciki...

    5 )[ 1 : - 1 ], ) ) . astype ( int ) # definition...= 11 ) plt . subplot ( 2 , 1 , 1 ) lw = 2 plt . errorbar ( range_n_outliers...
    scikit-learn.org/stable/auto_examples/covariance/plot_robust_vs_empirical_covariance.html
    Wed Sep 17 19:57:59 UTC 2025
      117.7K bytes
      Cache
     
  3. radius_neighbors_graph — scikit-learn 1.7.2 doc...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) On this...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.radius_neighbors_graph.html
    Wed Sep 17 19:57:58 UTC 2025
      110.9K bytes
      Cache
     
  4. Plot individual and voting regression predictio...

    random_state = 1 ) reg2 = RandomForestRegresso ( random_state = 1 ) reg3...state=1)), ('rf', RandomForestRegresso(random_state=1)), ('lr',...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_regressor.html
    Wed Sep 17 19:58:00 UTC 2025
      132.8K bytes
      Cache
     
  5. Roadmap — scikit-learn 1.7.2 documentation

    cross-version safety from version 1.0. Note: Gael and Olivier think...
    scikit-learn.org/stable/roadmap.html
    Wed Sep 17 19:57:58 UTC 2025
      31.9K bytes
      Cache
     
  6. Multiclass sparse logistic regression on 20newg...

    accuracies = [ 1 / n_classes ] times = [ 0 ] densities = [ 1 ] model_params...model_params [ "iters" ][ - 1 ], model , times [ - 1 ]) ) fig = plt . figure...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Wed Sep 17 19:57:58 UTC 2025
      106.2K bytes
      Cache
     
  7. precision_recall_curve — scikit-learn 1.7.2 doc...

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...0.66666667, 0.5 , 1. , 1. ]) >>> recall array([1. , 1. , 0.5, 0.5,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_curve.html
    Wed Sep 17 19:58:00 UTC 2025
      115.3K bytes
      Cache
     
  8. label_ranking_loss — scikit-learn 1.7.2 documen...

    1 ], [ 1 , 0.2 , 0.1 ]] >>> label_ranking_loss...label_ranking_loss >>> y_true = [[ 1 , 0 , 0 ], [ 0 , 0 , 1 ]] >>> y_score = [[...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_loss.html
    Wed Sep 17 19:57:59 UTC 2025
      108.3K bytes
      Cache
     
  9. Logistic function — scikit-learn 1.7.2 document...

    1 ]) plt . ylim ( - 0.25 , 1.25 ) plt . xlim...classify values as either 0 or 1, i.e. class one or two, using...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Wed Sep 17 19:57:58 UTC 2025
      95K bytes
      Cache
     
  10. Gaussian Mixture Model Sine Curve — scikit-lear...

    1 , 1 + index ) for i , ( mean , covar...random . normal ( 0 , 0.1 ) X [ i , 1 ] = 3.0 * ( np . sin ( x...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_sin.html
    Wed Sep 17 19:58:00 UTC 2025
      113.9K bytes
      Cache
     
Back to top