Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 561 - 570 of over 10,000 for 1 (1.61 seconds)

Filter
  1. Probability Calibration curves — scikit-learn 1...

    1 ), ( 3 , 0 ), ( 3 , 1 )] for i , ( _ , name...calibrated_df , 0 , 1 ) proba_neg_class = 1 - proba_pos_class proba...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Mon Mar 23 20:39:20 UTC 2026
      20.9K bytes
      Cache
     
  2. randomized_range_finder — scikit-learn 1.8.0 do...

    array ([[ 1 , 2 , 3 ], [ 4 , 5 , 6 ], [ 7...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_range_finder.html
    Tue Mar 17 03:44:39 UTC 2026
      13.7K bytes
      Cache
     
  3. SelectFdr — scikit-learn 1.8.0 documentation

    Added in version 1.0. See also f_classif ANOVA F-value..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFdr.html
    Mon Mar 23 20:39:20 UTC 2026
      16.3K bytes
      Cache
     
  4. GaussianProcessRegressor — scikit-learn 1.8.0 d...

    ConstantKernel(1.0, constant_value_bounds="fixed") * RBF(1.0, lengt...implementation is based on Algorithm 2.1 of [RW2006] . In addition to standard...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html
    Mon Mar 23 20:39:20 UTC 2026
      20.7K bytes
      Cache
     
  5. SVM Margins Example — scikit-learn 1.8.0 docume...

    0 ] * 20 + [ 1 ] * 20 # figure number fignum = 1 # fit the model...is sqrt(1+a^2) away vertically in # 2-d. margin = 1 / np . sqrt...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_margin.html
    Mon Mar 23 20:39:20 UTC 2026
      16.3K bytes
      Cache
     
  6. orthogonal_mp_gram — scikit-learn 1.8.0 documen...

    ) >>> X [: 1 ,] @ coef array([-78.68]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp_gram.html
    Mon Mar 23 20:39:23 UTC 2026
      14.4K bytes
      Cache
     
  7. Compare BIRCH and MiniBatchKMeans — scikit-lear...

    threshold = 1.7 , n_clusters = None ), Birch ( threshold = 1.7 , n_clusters...= fig . add_subplot ( 1 , 3 , ind + 1 ) for this_centroid , k...
    scikit-learn.org/stable/auto_examples/cluster/plot_birch_vs_minibatchkmeans.html
    Mon Mar 23 20:39:20 UTC 2026
      16.9K bytes
      Cache
     
  8. fetch_covtype — scikit-learn 1.8.0 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the covertype...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_covtype.html
    Mon Mar 23 20:39:23 UTC 2026
      15K bytes
      Cache
     
  9. Inductive Clustering — scikit-learn 1.8.0 docum...

    cluster_std = [ 1.0 , 1.0 , 0.5 ], centers = [( - 5.... scatter ( X [:, 0 ], X [:, 1 ], c = color , alpha = alpha ,...
    scikit-learn.org/stable/auto_examples/cluster/plot_inductive_clustering.html
    Mon Mar 23 20:39:22 UTC 2026
      16.6K bytes
      Cache
     
  10. SelectPercentile — scikit-learn 1.8.0 documenta...

    Added in version 1.0. See also f_classif ANOVA F-value..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectPercentile.html
    Mon Mar 23 20:39:23 UTC 2026
      17.1K bytes
      Cache
     
Back to Top