Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 230 of 662 for c (0.12 sec)

  1. about.rst.txt

    a 501(c)(3) non-profit organization based...
    scikit-learn.org/stable/_sources/about.rst.txt
    Sat Oct 11 07:51:27 UTC 2025
      18.2K bytes
      4 views
     
  2. Regularization path of L1- Logistic Regression ...

    for c in cs : clf . set_params ( logisticregression__C = c ) clf...sklearn.svm import l1_min_c cs = l1_min_c ( X , y , loss = "log"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html
    Sat Oct 11 07:51:26 UTC 2025
      97K bytes
      Cache
     
  3. Gaussian processes on discrete data structures ...

    0 if c else - 1.0 for c in Y_train ], s = 100...( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s = 100...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Sat Oct 11 07:51:27 UTC 2025
      120.9K bytes
      1 views
      Cache
     
  4. Feature discretization — scikit-learn 1.7.2 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
    Sat Oct 11 07:51:27 UTC 2025
      128.7K bytes
      Cache
     
  5. Selecting the number of clusters with silhouett...

    c in enumerate ( centers ): ax2 . scatter ( c [ 0 ], c [ 1...= 30 , lw = 0 , alpha = 0.7 , c = colors , edgecolor = "k" ) #...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html
    Sat Oct 11 07:51:25 UTC 2025
      104.3K bytes
      Cache
     
  6. Displaying Pipelines — scikit-learn 1.7.2 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
    Sat Oct 11 07:51:27 UTC 2025
      287.7K bytes
      Cache
     
  7. 7.8. Pairwise metrics, Affinities and Kernels —...

    c ) <= d ( a , b ) + d ( b , c ), the triangle...d(a, b) such that d(a, b) < d(a, c) if objects a and b are considered...
    scikit-learn.org/stable/modules/metrics.html
    Sat Oct 11 07:51:26 UTC 2025
      55.4K bytes
      Cache
     
  8. pair_confusion_matrix — scikit-learn 1.7.2 docu...

    negatives is \(C_{00}\) , false negatives is \(C_{10}\) , true...positives is \(C_{11}\) and false positives is \(C_{01}\) . Read...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html
    Sat Oct 11 07:51:25 UTC 2025
      109.6K bytes
      Cache
     
  9. Trump signs order to send National Guard to Mem...

    C. Boston Bay Area South Florida...force will be ‘replica’ of D.C., Trump says 02:55 Get more news...
    www.nbcnews.com/politics/trump-administration/trump-signs-order-send-national-guard-memphis-crime...
    Tue Sep 16 02:42:31 UTC 2025
      398.1K bytes
      Cache
     
  10. Decision Tree Regression — scikit-learn 1.7.2 d...

    c = "darkorange" , label = "data"...scatter ( y [:, 0 ], y [:, 1 ], c = "yellow" , s = s , edgecolor...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Sat Oct 11 07:51:25 UTC 2025
      152.4K bytes
      Cache
     
Back to top