Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1041 - 1050 of 3,230 for 1 (0.3 sec)

  1. Support Vector Machines — scikit-learn 1.7.1 do...

    Examples concerning the sklearn.svm module. One-class SVM with non-linear kernel (RBF) Plot classification boundaries with different SVM Kernels Plot different SVM classifiers in the iris dataset P...
    scikit-learn.org/stable/auto_examples/svm/index.html
    Sat Aug 02 00:15:34 UTC 2025
      81K bytes
      Cache
     
  2. sklearn.metrics — scikit-learn 1.7.1 documentation

    Score functions, performance metrics, pairwise metrics and distance computations. User guide. See the Metrics and scoring: quantifying the quality of predictions and Pairwise metrics, Affinities an...
    scikit-learn.org/stable/api/sklearn.metrics.html
    Sat Aug 02 00:15:36 UTC 2025
      159K bytes
      Cache
     
  3. all_functions — scikit-learn 1.7.1 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version all_functions # sklearn.utils.discovery. all_function...
    scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_functions.html
    Sat Aug 02 00:15:36 UTC 2025
      105.4K bytes
      Cache
     
  4. sklearn.exceptions — scikit-learn 1.7.1 documen...

    Custom warnings and errors used across scikit-learn.
    scikit-learn.org/stable/api/sklearn.exceptions.html
    Sat Aug 02 00:15:38 UTC 2025
      117.1K bytes
      Cache
     
  5. kernel_metrics — scikit-learn 1.7.1 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version kernel_metrics # sklearn.metrics.pairwise. kernel_met...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.kernel_metrics.html
    Sat Aug 02 00:15:36 UTC 2025
      105.8K bytes
      Cache
     
  6. all_displays — scikit-learn 1.7.1 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version all_displays # sklearn.utils.discovery. all_displays ...
    scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_displays.html
    Sat Aug 02 00:15:38 UTC 2025
      105.3K bytes
      Cache
     
  7. check_memory — scikit-learn 1.7.1 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version check_memory # sklearn.utils.validation. check_memory...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_memory.html
    Sat Aug 02 00:15:38 UTC 2025
      106.1K bytes
      Cache
     
  8. Crafting a minimal reproducer for scikit-learn ...

    1.43 , 30.01 , 22.17 ], "target"...recent call last) <ipython-input-1-a674e682c281> in <module> 4 vectorizer...
    scikit-learn.org/stable/developers/minimal_reproducer.html
    Sat Aug 02 00:15:35 UTC 2025
      62.3K bytes
      Cache
     
  9. Effect of model regularization on training and ...

    noise = 1.0 , coef = True , random_state...alphas = np . logspace ( - 5 , 1 , 60 ) disp = ValidationCurveDispl...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Sat Aug 02 00:15:37 UTC 2025
      102.8K bytes
      1 views
      Cache
     
  10. One-class SVM with non-linear kernel (RBF) — sc...

    reshape ( - 1 , 1 ), yy . reshape ( - 1 , 1 )], axis = 1 ) DecisionBoundaryDisp...OneClassSVM ( nu = 0.1 , kernel = "rbf" , gamma = 0.1 ) clf . fit (...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Sat Aug 02 00:15:35 UTC 2025
      100.8K bytes
      Cache
     
Back to top