- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 763 for c (0.05 sec)
-
A week of legal setbacks — and one big win — fo...
C. Boston Bay Area South Florida...federal judge in Washington, D.C., who last week paused a deadline...www.nbcnews.com/politics/donald-trump/week-legal-setbacks-one-big-win-trumps-agenda-rcna192032 -
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 -
Plot different SVM classifiers in the iris data...
C = C ), svm . LinearSVC ( C = C , max_iter = 10000...kernel = "rbf" , gamma = 0.7 , C = C ), svm . SVC ( kernel = "poly"...scikit-learn.org/stable/auto_examples/svm/plot_iris_svc.html -
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 -
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 -
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 -
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 -
Selecting dimensionality reduction with Pipelin...
"classify__C" : C_OPTIONS , }, { "reduce_dim"...N_FEATURES_OPTIONS , "classify__C" : C_OPTIONS , }, ] reducer_labels...scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html -
L1 Penalty and Sparsity in Logistic Regression ...
different values of C. We can see that large values of C give more freedom...coefficients of the models for varying C. C=1.00 Sparsity with L1 penalty:...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html -
sklearn.svm — scikit-learn 1.6.1 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