Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 464 for c (0.04 sec)

  1. Comparing various online solvers — scikit-learn...

    C = 1.0 , tol = 1e-4 ), ), ( "Passive-Aggressive...110 , loss = "squared_hinge" , C = 1.0 , tol = 1e-4 ), ), ( "SAG"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html
    Fri May 31 14:06:06 UTC 2024
      94.9K bytes
      Cache
     
  2. 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 May 31 14:06:06 UTC 2024
      104K bytes
      Cache
     
  3. SVM: Weighted samples — scikit-learn 1.5.0 docu...

    sample weighting rescales the C parameter, which means that the...classifier . decision_function ( np . c_ [ xx . ravel (), yy . ravel ()])...
    scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html
    Fri May 31 14:06:06 UTC 2024
      93.1K bytes
      Cache
     
  4. LinearSVC — scikit-learn 1.5.0 documentation

    the parameter C of class i to class_weight[i]*C for SVC. If not...dual = 'auto' , tol = 0.0001 , C = 1.0 , multi_class = 'ovr' ,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Fri May 31 14:06:07 UTC 2024
      167.3K bytes
      Cache
     
  5. contingency_matrix — scikit-learn 1.5.0 documen...

    n_classes_pred] Matrix \(C\) such that \(C_{i, j}\) is the number...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.contingency_matrix.html
    Fri May 31 14:06:04 UTC 2024
      115.4K bytes
      Cache
     
  6. Visualizing cross-validation behavior in scikit...

    c = groups , marker = "_" , lw =...)), [ 3.5 ] * len ( groups ), c = classes , marker = "_" , lw...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html
    Fri May 31 14:06:04 UTC 2024
      119.7K bytes
      Cache
     
  7. CategoricalNB — scikit-learn 1.5.0 documentation

    Returns : C ndarray of shape (n_samples,)...The input samples. Returns : C ndarray of shape (n_samples, n_classes)...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Fri May 31 14:06:07 UTC 2024
      158.5K bytes
      Cache
     
  8. PLSSVD — scikit-learn 1.5.0 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 May 31 14:06:07 UTC 2024
      136.3K bytes
      Cache
     
  9. 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 May 31 14:06:04 UTC 2024
      108.3K bytes
      Cache
     
  10. Nearest Centroid Classification — scikit-learn ...

    "c" , "darkblue" ]) for shrinkage...scatter ( X [:, 0 ], X [:, 1 ], c = y , cmap = cmap_bold , edgecolor...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html
    Fri May 31 14:06:06 UTC 2024
      90.1K bytes
      Cache
     
Back to top