Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 281 - 290 of over 10,000 for 1 (0.11 seconds)

  1. Examples of Using FrozenEstimator — sciki...

    same three data points: [1 1 1] Now imagine you’d want to set...scikit-learn 1.5 Release Highlights for scikit-learn 1.5 Probability...
    scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html
    Mon Jan 26 11:09:17 GMT 2026
      100.6K bytes
      Cache
     
  2. Plot classification probability — scikit-...

    GaussianProcessClass ( kernel = 1.0 * RBF ([ 1.0 , 1.0 ])), "Logistic...LogisticRegression ( C = 0.1 ), "Logistic regression \n (C=1)" : LogisticRegression...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Mon Jan 26 11:09:17 GMT 2026
      125.9K bytes
      Cache
     
  3. Ridge — scikit-learn 1.8.0 documentation

    Ridge ( alpha = 1.0 , * , fit_intercept = True ,...shape (n_targets,)}, default=1.0 Constant that multiplies the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html
    Mon Jan 26 14:16:29 GMT 2026
      154.9K bytes
      Cache
     
  4. SVM: Weighted samples — scikit-learn 1.8....

    n_clusters_per_class = 1 , class_sep = 1.1 , weights = [ 0.9 , 0.1 ], random_state...( X_plot [:, 0 ], X_plot [:, 1 ], c = y_plot , s = 100 * sample_weight...
    scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html
    Mon Jan 26 11:09:12 GMT 2026
      93.4K bytes
      Cache
     
  5. Orthogonal Matching Pursuit — scikit-lear...

    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
    Mon Jan 26 11:09:17 GMT 2026
      96.5K bytes
      Cache
     
  6. v_measure_score — scikit-learn 1.8.0 docu...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> v_measure_score...v_measure_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html
    Mon Jan 26 14:16:30 GMT 2026
      121.6K bytes
      Cache
     
  7. Comparison of Calibration of Classifiers &#8212...

    1 ) proba_neg_class = 1 - proba_pos_class proba...[( 2 , 0 ), ( 2 , 1 ), ( 3 , 0 ), ( 3 , 1 )] for i , ( _ , name...
    scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html
    Mon Jan 26 11:09:12 GMT 2026
      116.8K bytes
      Cache
     
  8. Underfitting vs. Overfitting — scikit-lea...

    subplot ( 1 , len ( degrees ), i + 1 ) plt . setp ( ax...function (polynomial with degree 1) is not sufficient to fit the...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Mon Jan 26 11:09:14 GMT 2026
      98.5K bytes
      Cache
     
  9. matthews_corrcoef — scikit-learn 1.8.0 do...

    = [ + 1 , + 1 , + 1 , - 1 ] >>> y_pred = [ + 1 , - 1...value between -1 and +1. A coefficient of +1 represents a perfect...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.matthews_corrcoef.html
    Mon Jan 26 14:16:30 GMT 2026
      109.8K bytes
      Cache
     
  10. SGD: Weighted samples — scikit-learn 1.8....

    ) + [ 1 , 1 ], np . random . randn ( 10 , 2 )] y = [ 1 ] * 10...10 + [ - 1 ] * 10 sample_weight = 100 * np . abs ( np . random...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_weighted_samples.html
    Mon Jan 26 11:09:14 GMT 2026
      93.2K bytes
      Cache
     
Back to Top