Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 621 - 630 of 3,757 for 1 (0.29 sec)

  1. randomized_svd — scikit-learn 1.7.2 documentation

    approximation problem described in [1] (problem (1.5), p5). Refer to Wikipedia...n_iter=0 or 1 should even work fine in theory (see [1] page 9)....
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_svd.html
    Wed Sep 17 19:58:00 UTC 2025
      117.5K bytes
      Cache
     
  2. coverage_error — scikit-learn 1.7.2 documentation

    y_true = [[ 1 , 0 , 0 ], [ 0 , 1 , 1 ]] >>> y_score = [[ 1 , 0 , 0...[ 0 , 1 , 1 ]] >>> coverage_error ( y_true , y_score ) 1.5 On...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html
    Wed Sep 17 19:57:58 UTC 2025
      108.2K bytes
      Cache
     
  3. make_friedman1 — scikit-learn 1.7.2 documentation

    Annals of Statistics 19 (1), pages 1-67, 1991. [ 2 ] L. Breiman,...[source] # Generate the “Friedman #1” regression problem. This dataset...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman1.html
    Wed Sep 17 19:57:58 UTC 2025
      110.3K bytes
      Cache
     
  4. SVM: Maximum margin separating hyperplane — sci...

    levels = [ - 1 , 0 , 1 ], alpha = 0.5 , linestyles...support_vectors_ [:, 1 ], s = 100 , linewidth = 1 , facecolors = "none"...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html
    Wed Sep 17 19:57:59 UTC 2025
      87.7K bytes
      Cache
     
  5. HuberRegressor vs Ridge on dataset with strong ...

    ) epsilon_values = [ 1 , 1.5 , 1.75 , 1.9 ] for k , epsilon in...n_samples = 20 , n_features = 1 , random_state = 0 , noise = 4.0...
    scikit-learn.org/stable/auto_examples/linear_model/plot_huber_vs_ridge.html
    Wed Sep 17 19:58:00 UTC 2025
      95.1K bytes
      Cache
     
  6. fetch_rcv1 — scikit-learn 1.7.2 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the RCV1 multilabel...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Wed Sep 17 19:57:58 UTC 2025
      112K bytes
      Cache
     
  7. Class Likelihood Ratios to measure classificati...

    param to positive negative mean 1.0 1.0 std 0.0 0.0 The absence of...linspace ( 0.1 , 0.8 , 6 ) weights = weights [:: - 1 ] # fit and...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Wed Sep 17 19:57:59 UTC 2025
      143.3K bytes
      Cache
     
  8. Orthogonal Matching Pursuit — scikit-learn 1.7....

    1 , 1 ) plt . xlim ( 0 , 512 ) plt...make_sparse_coded_signal ( n_samples = 1 , n_components = n_components...
    scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html
    Wed Sep 17 19:57:59 UTC 2025
      96.7K bytes
      Cache
     
  9. Gradient Boosting regression — scikit-learn 1.7...

    subplot ( 1 , 1 , 1 ) plt . title ( "Deviance"...12 , 6 )) plt . subplot ( 1 , 2 , 1 ) plt . barh ( pos , feature_importance...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Wed Sep 17 19:58:00 UTC 2025
      110K bytes
      Cache
     
  10. Partial Dependence and Individual Conditional E...

    rstride = 1 , cstride = 1 , cmap = plt . cm . BuPu...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Gallery...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Wed Sep 17 19:58:00 UTC 2025
      228.7K bytes
      Cache
     
Back to top