Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 921 - 930 of 2,632 for 2 (0.07 sec)

  1. det_curve — scikit-learn 1.5.2 documentation

    Gallery examples: Detection error tradeoff (DET) curve
    scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html
    Fri Sep 20 10:21:48 UTC 2024
      111.1K bytes
      Cache
     
  2. coverage_error — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub coverage_error # sklearn.metrics. coverage_error ( y_true , y_score ...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html
    Fri Sep 20 10:21:50 UTC 2024
      107.4K bytes
      Cache
     
  3. show_versions — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub show_versions # sklearn. show_versions ( ) [source] # Print useful d...
    scikit-learn.org/stable/modules/generated/sklearn.show_versions.html
    Fri Sep 20 10:21:48 UTC 2024
      103.6K bytes
      Cache
     
  4. A demo of the mean-shift clustering algorithm —...

    2 , n_samples = 500 ) ms = MeanShift...
    scikit-learn.org/stable/auto_examples/cluster/plot_mean_shift.html
    Fri Sep 20 10:21:50 UTC 2024
      88.4K bytes
      Cache
     
  5. Plotting Learning Curves and Checking Models’ S...

    subplots ( nrows = 2 , ncols = 2 , figsize = ( 16 , 12 ),...subplots ( nrows = 1 , ncols = 2 , figsize = ( 10 , 6 ), sharey...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Fri Sep 20 10:21:48 UTC 2024
      107.6K bytes
      1 views
      Cache
     
  6. check_X_y — scikit-learn 1.5.2 documentation

    2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> y = [ 1 , 2 , 3 ] >>>...array([[1, 2], [3, 4], [5, 6]]) >>> y array([1, 2, 3]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_X_y.html
    Mon Sep 16 17:00:48 UTC 2024
      113.6K bytes
      Cache
     
  7. Demonstration of k-means assumptions — scikit-l...

    subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...plt . subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_assumptions.html
    Fri Sep 20 10:21:47 UTC 2024
      111.8K bytes
      Cache
     
  8. Compare Stochastic learning strategies for MLPC...

    subplots ( 2 , 2 , figsize = ( 15 , 10 )) # load...0 , "learning_rate_init" : 0.2 , }, { "solver" : "sgd" , "learning_rate"...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html
    Fri Sep 20 10:21:47 UTC 2024
      100.2K bytes
      Cache
     
  9. Train error vs Test error — scikit-learn 1.5.2 ...

    subplot ( 2 , 1 , 2 ) plt . plot ( coef , label...the explained variance a.k.a. R^2. # Author: Alexandre Gramfort...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Fri Sep 20 10:21:47 UTC 2024
      94.4K bytes
      1 views
      Cache
     
  10. Developing Estimators — scikit-learn 1.5.2 docu...

    Examples concerning the development of Custom Estimator.__sklearn_is_fitted__ as Developer API
    scikit-learn.org/stable/auto_examples/developing_estimators/index.html
    Fri Sep 20 10:21:48 UTC 2024
      76K bytes
      Cache
     
Back to top