Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 372 for c (0.04 sec)

  1. sklearn.tree.DecisionTreeClassifier — scikit-le...

    and C. Stone, “Classification and Regression...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Thu May 09 23:01:25 UTC 2024
      102K bytes
      Cache
     
  2. Slashdot: News for nerds, stuff that matters

    the idiot C-suite phenomenon has happened...
    devices.slashdot.org
    Sat May 11 01:18:36 UTC 2024
      146.7K bytes
      Cache
     
  3. 1.4. Support Vector Machines — scikit-learn 1.4...

    sets the parameter C of class class_label to C * value . The figure...sets the parameter C for the i-th example to C * sample_weight[i]...
    scikit-learn.org/stable/modules/svm.html
    Thu May 09 23:01:25 UTC 2024
      103.3K bytes
      Cache
     
  4. Regularization path of L1- Logistic Regression ...

    coefs_ = [] for c in cs : clf . set_params ( C = c ) clf . fit (...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
    Thu May 09 23:01:25 UTC 2024
      29.1K bytes
      Cache
     
  5. Installing scikit-learn — scikit-learn 1.4.2 do...

    for instance: C : \ Users \ username > C : \ Users \ username...conda create -n sklearn-env -c conda-forge scikit-learn conda...
    scikit-learn.org/stable/install.html
    Thu May 09 23:01:25 UTC 2024
      37.3K bytes
      Cache
     
  6. Two-class AdaBoost — scikit-learn 1.4.2 documen...

    c = c , cmap = plt . cm . Paired ,...for colormapping provided via 'c'. Parameters 'cmap' will be ignored...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html
    Thu May 09 23:01:25 UTC 2024
      40K bytes
      Cache
     
  7. SVM Tie Breaking Example — scikit-learn 1.4.2 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
    Thu May 09 23:01:25 UTC 2024
      32.1K bytes
      Cache
     
  8. Feature discretization — scikit-learn 1.4.2 doc...

    { "logisticregression__C" : np . logspace ( - 1 , 1 , 3...dual = "auto" )), { "linearsvc__C" : np . logspace ( - 1 , 1 , 3...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Thu May 09 23:01:25 UTC 2024
      65.4K bytes
      Cache
     
  9. Classifier comparison — scikit-learn 1.4.2 docu...

    C = 0.025 , random_state = 42 ), SVC ( gamma = 2 , C = 1...X_train [:, 0 ], X_train [:, 1 ], c = y_train , cmap = cm_bright ,...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Thu May 09 23:01:25 UTC 2024
      50.9K bytes
      Cache
     
  10. Multi-output Decision Tree Regression — scikit-...

    c = "navy" , s = s , edgecolor =...scatter ( y_1 [:, 0 ], y_1 [:, 1 ], c = "cornflowerblue" , s = s , edgecolor...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression_multioutput.html
    Thu May 09 23:01:25 UTC 2024
      33.8K bytes
      Cache
     
Back to top