Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 581 - 590 of 7,459 for 1 (0.35 seconds)

Filter
  1. An example of K-Means++ initialization — scikit...

    :: - 1 ] # Calculate seeds from k-means++...side sample data plt . figure ( 1 ) colors = [ "#4EACC5" , "#FF9C34"...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_plusplus.html
    Mon Mar 23 20:39:22 UTC 2026
      15K bytes
      Cache
     
  2. Comparing Linear Bayesian Regressors — scikit-l...

    1 , n_samples ) * 1.35 y = np . sqrt ( X...: y }) X = X . reshape (( - 1 , 1 )) # extrapolation X_plot =...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html
    Mon Mar 23 20:39:22 UTC 2026
      19K bytes
      Cache
     
  3. Probability calibration of classifiers — scikit...

    51 )[ 1 :: 2 ], y_test [ order ] . reshape ( 25 , - 1 ) . mean...] = 0 y [ n_samples // 2 :] = 1 sample_weight = np . random ....
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Mon Mar 23 20:39:22 UTC 2026
      17.5K bytes
      Cache
     
  4. Comparison of Manifold Learning methods — sciki...

    MultipleLocator ( 1 )) ax . yaxis . set_major_locator...( ticker . MultipleLocator ( 1 )) ax . zaxis . set_major_locator...
    scikit-learn.org/stable/auto_examples/manifold/plot_compare_methods.html
    Mon Mar 23 20:39:21 UTC 2026
      18.2K bytes
      Cache
     
  5. SimpleImputer — scikit-learn 1.8.0 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...scikit-learn 1.5 Release Highlights for scikit-learn 1.5 On this...
    scikit-learn.org/stable/modules/generated/sklearn.impute.SimpleImputer.html
    Mon Mar 23 20:39:20 UTC 2026
      18.8K bytes
      Cache
     
  6. OOB Errors for Random Forests — scikit-learn 1....

    validated whilst being trained [ 1 ] . The example below demonstrates...= 25 , n_clusters_per_class = 1 , n_informative = 15 , random_state...
    scikit-learn.org/stable/auto_examples/ensemble/plot_ensemble_oob.html
    Mon Mar 23 20:39:20 UTC 2026
      16.1K bytes
      Cache
     
  7. ConfusionMatrixDisplay — scikit-learn 1.8.0 doc...

    scikit-learn 1.5 Release Highlights for scikit-learn 1.5 Label Propagation...are set from 0 to n_classes - 1 . Attributes : im_ matplotlib...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html
    Mon Mar 23 20:39:23 UTC 2026
      17.2K bytes
      Cache
     
  8. 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
     
  9. Compare cross decomposition methods — scikit-le...

    [[ 1. 0.48 -0.01 0. ] [ 0.48 1. -0.01 0. ] [-0.01 -0.01 1. 0.49]...0. 0.49 1. ]] Corr(Y) [[ 1. 0.47 0.03 0.05] [ 0.47 1. 0.03 -0.01]...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html
    Mon Mar 23 20:39:20 UTC 2026
      18.3K bytes
      Cache
     
  10. Combine predictors using stacking — scikit-lear...

    versionadded:: 1.1 The 'prefit' option was added in 1.1 .. note::...versionchanged:: 1.1 Added option 'quantile'. .. versionchanged:: 1.3 Added...
    scikit-learn.org/stable/auto_examples/ensemble/plot_stack_predictors.html
    Mon Mar 23 20:39:20 UTC 2026
      112.3K bytes
      Cache
     
Back to Top