- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 211 - 220 of 908 for c (0.16 sec)
-
Scaling the regularization parameter for SVCs —...
results without scaling C results . plot ( x = "C" , ax = axes [ 0 ],...best_C = results . loc [ results [ label ] . idxmax (), "C" ] axes...scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html -
Concatenating multiple feature extraction metho...
svm__C=0.1 [CV 1/5; 1/18] END featur...features__univ_select__k=1, svm__C=0.1;, score=0.933 total time=...scikit-learn.org/stable/auto_examples/compose/plot_feature_union.html -
Kernel PCA — scikit-learn 1.7.0 documentation
c = y_train ) train_ax . set_ylabel...X_test [:, 0 ], X_test [:, 1 ], c = y_test ) test_ax . set_xlabel...scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html -
Lasso, Lasso-LARS, and Elastic Net paths — scik...
"c" , "k" ]) for coef_lasso , coef_lars , c in zip (...alphas_lasso , coef_lasso , c = c ) l2 = plt . semilogx ( alphas_lars...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_lasso_lars_elasticnet_path.html -
NuSVR — scikit-learn 1.7.0 documentation
C float, default=1.0 Penalty parameter C of the error...sklearn.svm. NuSVR ( * , nu = 0.5 , C = 1.0 , kernel = 'rbf' , degree...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html -
ermaster-b-eclipse-plugin.zip
c ategory,org.insightech.er.edi...tech.er.editor.model.diagram_c ontents.element.node.view.pro...dbflute.seasar.org/download/misc/friends/ermaster-b-eclipse-plugin.zip -
Manifold Learning methods on a severed sphere —...
c = p [ indices ], cmap = plt ....trans_data [ 0 ], trans_data [ 1 ], c = colors , cmap = plt . cm . rainbow...scikit-learn.org/stable/auto_examples/manifold/plot_manifold_sphere.html -
Trust Center - Frequently Asked Questions | Ela...
www.elastic.co/trust/faq -
Visualizing the probabilistic predictions of a ...
c = y , ** common_scatter_plot_params...True ), LogisticRegression ( C = 10 ), ) clf2 = make_pipeline...scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html -
Displaying Pipelines — scikit-learn 1.7.0 docum...
0001 C 1.0 fit_intercept True intercept_scaling..."classifier" , LogisticRegression ( C = 2.0 )), ] pipe = Pipeline (...scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html