Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2181 - 2190 of 5,603 for * (5.77 sec)

  1. Label Propagation digits: Active learning sci...

    0 0 0 0 23 0 0 0 10] [ 0 1 0 0 0 0 34 0 0 0] [ 0 0 0 0 0 0 0...1.00 22 1 0.79 1.00 0.88 22 2 1.00 0.93 0.96 29 3 1.00 1.00 1.00...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits_active_learni...
    Wed Sep 24 16:15:25 UTC 2025
      109.1K bytes
      Cache
     
  2. One-class SVM with non-linear kernel (RBF) sc...

    1 , 1 ), yy . reshape ( - 1 , 1 )], axis = 1 ) DecisionBoundaryDisp...linspace ( - 5 , 5 , 10 )) X = np . concatenate ([ xx . reshape ( - 1...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Wed Sep 24 16:15:25 UTC 2025
      100.8K bytes
      1 views
      Cache
     
  3. SVM-Anova: SVM with univariate feature selectio...

    SelectPercentile ( f_classif )), ( "scaler" , StandardScaler ()), ( "svc"...selected" ) plt . xticks ( np . linspace ( 0 , 100 , 11 , endpoint...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_anova.html
    Wed Sep 24 16:15:25 UTC 2025
      95.7K bytes
      Cache
     
  4. sklearn.utils scikit-learn 1.7.2 documentation

    input. Meta-estimators # Utilities for meta-estimators. meta...columns of a CSC/CSR matrix in-place. sparsefuncs.inplace_swap_row...
    scikit-learn.org/stable/api/sklearn.utils.html
    Wed Sep 24 16:15:25 UTC 2025
      149.5K bytes
      Cache
     
  5. inplace_swap_column scikit-learn 1.7.2 docume...

    todense () matrix([[8, 0, 2], [0, 0, 5], [0, 0, 0], [0, 0, 0]]) >>>...todense () matrix([[0, 8, 2], [0, 0, 5], [0, 0, 0], [0, 0, 0]]) On...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_column.html
    Wed Sep 24 16:15:26 UTC 2025
      108K bytes
      Cache
     
  6. check_symmetric scikit-learn 1.7.2 documentation

    . array ([[ 0 , 1 , 2 ], [ 1 , 0 , 1 ], [ 2 , 1 , 0 ]]) >>> check_symmetric...check_symmetric ( symmetric_array ) array([[0, 1, 2], [1, 0, 1], [2, 1, 0]])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_symmetric.html
    Wed Sep 24 16:15:25 UTC 2025
      108.4K bytes
      Cache
     
  7. robust_scale scikit-learn 1.7.2 documentation

    array([[-1., 1., 1.], [ 1., -1., -1.]]) >>> robust_scale ( X ,...2 ], [ - 1 , 0 , 1 ]] >>> robust_scale ( X , axis = 0 ) # scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html
    Wed Sep 24 16:15:25 UTC 2025
      112.9K bytes
      Cache
     
  8. Release Highlights for scikit-learn 1.4 sciki...

    f64 -0.215666 0.0 1.0 0.862662 1.0 0.0 1.401826 0.0 1.0 -0.754829...100 ], "pet" : [ "dog" , "cat" , "dog" , "cat" , "cat" ]} ) preprocessor...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Wed Sep 24 16:15:25 UTC 2025
      176.2K bytes
      Cache
     
  9. sklearn.svm scikit-learn 1.7.2 documentation

    to top Ctrl + K GitHub Choose version sklearn.svm # Support vector...Regression. NuSVC Nu-Support Vector Classification. NuSVR Nu Support...
    scikit-learn.org/stable/api/sklearn.svm.html
    Wed Sep 24 16:15:26 UTC 2025
      116.3K bytes
      Cache
     
  10. sklearn.tree scikit-learn 1.7.2 documentation

    to top Ctrl + K GitHub Choose version sklearn.tree # Decision tree...decision tree. Plotting # plot_tree Plot a decision tree....
    scikit-learn.org/stable/api/sklearn.tree.html
    Wed Sep 24 16:15:24 UTC 2025
      116.9K bytes
      Cache
     
Back to top