Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 324 for c (0.1 sec)

  1. Custom refit strategy of a grid search with cro...

    SVC(C=1, gamma=0.001) SVC ? Documentation for SVC SVC(C=1, gamma=0.001)...], "gamma" : [ 1e-3 , 1e-4 ], "C" : [ 1 , 10 , 100 , 1000 ]}, {...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Fri May 31 14:06:06 UTC 2024
      121.9K bytes
      Cache
     
  2. Using KBinsDiscretizer to discretize continuous...

    c = "k" ) ax1 . legend ( loc = "best".... plot ( X [:, 0 ], y , "o" , c = "k" ) ax2 . vlines ( enc . bin_edges_...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html
    Fri May 31 14:06:06 UTC 2024
      97.7K bytes
      Cache
     
  3. One-Class SVM versus One-Class SVM using Stocha...

    c = "blueviolet" , s = s , edgecolors = "k" ) c = plt ....[:, 1 ], c = "blueviolet" , s = s , edgecolors = "k" ) c = plt ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Fri May 31 14:06:04 UTC 2024
      121.1K bytes
      1 views
      Cache
     
  4. Novelty detection with Local Outlier Factor (LO...

    c = "blueviolet" , s = s , edgecolors = "k" ) c = plt ....clf . decision_function ( np . c_ [ xx . ravel (), yy . ravel ()])...
    scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html
    Fri May 31 14:06:06 UTC 2024
      101.7K bytes
      Cache
     
  5. Changelog | DBFlute

    (DBFLUTE-1145){Java/C#}: 外だしSQLのコメントを必須にする未来オプション (DBFLUTE-1144){Java/C#}: 未...(DBFLUTE-1143){Java/C#}: DBFluteのModuleアップグレードをするタスク (DBFLUTE-1142){Java/C#}:...
    dbflute.seasar.org/ja/environment/changelog/index.html
    Fri May 24 02:22:00 UTC 2024
      177.7K bytes
      1 views
      Cache
     
  6. Swiss Roll And Swiss-Hole Reduction — scikit-le...

    c = sr_color , s = 50 , alpha =...sr_lle [:, 0 ], sr_lle [:, 1 ], c = sr_color ) axs [ 0 ] . set_title...
    scikit-learn.org/stable/auto_examples/manifold/plot_swissroll.html
    Fri May 31 14:06:06 UTC 2024
      99.8K bytes
      Cache
     
  7. Hashing feature transformation using Totally Ra...

    c = y , s = 50 , edgecolor = "k"...X_reduced [:, 0 ], X_reduced [:, 1 ], c = y , s = 50 , edgecolor = "k"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_embedding.html
    Fri May 31 14:06:06 UTC 2024
      101.5K bytes
      Cache
     
  8. RBF SVM parameters — scikit-learn 1.5.0 documen...

    use the smaller C values, since very high C values typically...dict ( gamma = gamma_range , C = C_range ) cv = StratifiedShuffleSpl...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Fri May 31 14:06:04 UTC 2024
      118.3K bytes
      Cache
     
  9. SVM Margins Example — scikit-learn 1.5.0 docume...

    parameter C has on the separation line. A large value of C basically...separation. A small value of C includes more/all the observations,...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_margin.html
    Fri May 31 14:06:06 UTC 2024
      100.5K bytes
      Cache
     
  10. Comparison of Calibration of Classifiers — scik...

    c_ [ proba_neg_class , proba_pos_class...svc = NaivelyCalibratedLin ( C = 1.0 ) rfc = RandomForestClassifi...
    scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html
    Fri May 31 14:06:06 UTC 2024
      115.1K bytes
      Cache
     
Back to top