- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 211 - 220 of 763 for c (0.04 sec)
-
Compare BIRCH and MiniBatchKMeans — scikit-lear...
c = "w" , edgecolor = col , marker...this_centroid [ 1 ], marker = "+" , c = "k" , s = 25 ) ax . set_ylim...scikit-learn.org/stable/auto_examples/cluster/plot_birch_vs_minibatchkmeans.html -
PLSSVD — scikit-learn 1.6.1 documentation
) >>> X_c , y_c = pls . transform ( X , y ) >>> X_c . shape ,..., y_c . shape ((4, 2), (4, 2)) fit ( X , y = None , Y = None...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSSVD.html -
Confusion matrix — scikit-learn 1.6.1 documenta...
the regularization parameter C was not the best. In real life...model that is too regularized (C too low) to see # the impact on...scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html -
SVM Tie Breaking Example — scikit-learn 1.6.1 d...
C = 1 , break_ties = break_ties...) pred = svm . predict ( np . c_ [ xx . ravel (), yy . ravel ()])...scikit-learn.org/stable/auto_examples/svm/plot_svm_tie_breaking.html -
1.8. Cross decomposition — scikit-learn 1.6.1 d...
the cross-covariance matrix \(C = X_k^T Y_k\) . \(u_k\) and \(v_k\)...u_k\) and \(\omega_k = Y_k v_k\) c) Regress \(X_k\) on \(\xi_k\)...scikit-learn.org/stable/modules/cross_decomposition.html -
Judge to pause Trump administration effort to g...
C. Boston Bay Area South Florida...federal courthouse in Washington, D.C., hours before 2,200 USAID employees...www.nbcnews.com/politics/politics-news/judge-pause-trump-administration-effort-gut-usaids-workfor... -
Varying regularization in Multi-layer Perceptro...
c = y_train , cmap = cm_bright )...X_test [:, 0 ], X_test [:, 1 ], c = y_test , cmap = cm_bright ,...scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html -
Federal judge pauses administrative leave for t...
C. Boston Bay Area South Florida...USAID signage stripped from D.C. headquarters amid agency dismantling...www.nbcnews.com/meet-the-press/video/federal-judge-pauses-administrative-leave-for-thousands-of-u... -
Feature discretization — scikit-learn 1.6.1 doc...
{ "logisticregression__C" : np . logspace ( - 1 , 1 , 3...random_state = 0 )), { "linearsvc__C" : np . logspace ( - 1 , 1 , 3...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html -
MNIST classification using multinomial logistic...
y_test ) # print('Best C % .4f' % clf.C_) print ( "Sparsity with...convergence clf = LogisticRegression ( C = 50.0 / train_samples , penalty...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html