Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 211 - 220 of 763 for c (0.04 sec)

  1. 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
    Fri Feb 21 14:54:35 UTC 2025
      104.4K bytes
      Cache
     
  2. 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
    Fri Feb 21 14:54:34 UTC 2025
      130.6K bytes
      Cache
     
  3. 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
    Fri Feb 21 14:54:35 UTC 2025
      88.9K bytes
      Cache
     
  4. 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
    Fri Feb 21 14:54:35 UTC 2025
      94.8K bytes
      Cache
     
  5. 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
    Fri Feb 21 14:54:34 UTC 2025
      55.3K bytes
      Cache
     
  6. 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...
    Sat Feb 08 00:54:01 UTC 2025
      406K bytes
      Cache
     
  7. 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
    Fri Feb 21 14:54:32 UTC 2025
      109K bytes
      Cache
     
  8. 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...
    Sat Feb 08 00:53:17 UTC 2025
      1009.6K bytes
      Cache
     
  9. 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
    Fri Feb 21 14:54:35 UTC 2025
      128K bytes
      Cache
     
  10. 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
    Fri Feb 21 14:54:35 UTC 2025
      96.3K bytes
      Cache
     
Back to top