Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 908 for c (0.05 sec)

  1. Comparison between grid search and successive h...

    [[ "param_C" , "param_gamma" ]] = results [[ "param_C" , "param_gamma"...param_grid = { "gamma" : gammas , "C" : Cs } clf = SVC ( random_state...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
    Mon Jun 30 13:50:29 UTC 2025
      106K bytes
      Cache
     
  2. Two-class AdaBoost — scikit-learn 1.7.0 documen...

    c = c , s = 20 , edgecolor = "k" ,...the training points for i , n , c in zip ( range ( 2 ), class_names...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html
    Mon Jun 30 13:50:27 UTC 2025
      102K bytes
      Cache
     
  3. Post-tuning the decision threshold for cost-sen...

    state=0) scoring make_scorer(c...pos_label=bad) response_method...Here we tune the hyperparameter C of the logistic regression with...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Mon Jun 30 13:50:30 UTC 2025
      293.2K bytes
      Cache
     
  4. sklearn.svm — scikit-learn 1.7.0 documentation

    l1_min_c Return the lowest bound for C ....Unsupervised Outlier Detection. SVC C-Support Vector Classification....
    scikit-learn.org/stable/api/sklearn.svm.html
    Mon Jun 30 13:50:27 UTC 2025
      116.3K bytes
      Cache
     
  5. Classifier comparison — scikit-learn 1.7.0 docu...

    C = 0.025 , random_state = 42 ), SVC ( gamma = 2 , C = 1...X_train [:, 0 ], X_train [:, 1 ], c = y_train , cmap = cm_bright ,...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Mon Jun 30 13:50:30 UTC 2025
      114.3K bytes
      Cache
     
  6. Empirical evaluation of the impact of k-means i...

    concatenate ([ c + noise for c in centers ]) y = np ....], X [ my_members , 1 ], "." , c = color ) cluster_center = km...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_stability_low_dim_dense.html
    Mon Jun 30 13:50:30 UTC 2025
      105.9K bytes
      Cache
     
  7. Support Vector Regression (SVR) using linear an...

    C = 100 , gamma = 0.1 , epsilon...svr_lin = SVR ( kernel = "linear" , C = 100 , gamma = "auto" ) svr_poly...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_regression.html
    Mon Jun 30 13:50:29 UTC 2025
      97.7K bytes
      Cache
     
  8. Plot multi-class SGD on the iris dataset — scik...

    x0 * coef [ c , 0 ]) - intercept [ c ]) / coef [ c , 1 ] plt ....X [ idx , 0 ], X [ idx , 1 ], c = color , label = iris . target_names...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_iris.html
    Mon Jun 30 13:50:30 UTC 2025
      94.9K bytes
      Cache
     
  9. 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
    Mon Jun 30 13:50:30 UTC 2025
      122.7K bytes
      1 views
      Cache
     
  10. Gaussian processes on discrete data structures ...

    0 if c else - 1.0 for c in Y_train ], s = 100...( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s = 100...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Mon Jun 30 13:50:30 UTC 2025
      120.7K bytes
      1 views
      Cache
     
Back to top