Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 381 for f (0.08 sec)

  1. 8.2. Real world datasets — scikit-learn 1.7.2 d...

    classifiers achieve very high F-scores, but their results would...to train and achieves a decent F-score: >>> from sklearn.naive_bayes...
    scikit-learn.org/stable/datasets/real_world.html
    Tue Nov 04 06:34:50 UTC 2025
      100.2K bytes
      Cache
     
  2. One-class SVM with non-linear kernel (RBF) — sc...

    set ( xlabel = ( f "error train: { n_error_train...regular: { n_error_test } /40 ;" f " errors novel abnormal: { n_error_outliers...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Tue Nov 04 06:34:50 UTC 2025
      100.8K bytes
      1 views
      Cache
     
  3. Recursive feature elimination with cross-valida...

    n_features = 15 feat_names = [ f "feature_ { i } " for i in range...rfecv . fit ( X , y ) print ( f "Optimal number of features: {...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Tue Nov 04 06:34:50 UTC 2025
      98.7K bytes
      Cache
     
  4. Recognizing hand-written digits — scikit-learn ...

    set_title ( f "Prediction: { prediction } "...classification metrics. print ( f "Classification report for classifier...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Tue Nov 04 06:34:51 UTC 2025
      102K bytes
      Cache
     
  5. キャメルケースコード補完 | DBFlute

    そのメソッドを頭の中で声に出しながら、 ex(えぐぜきゅーと)、B(ばいんど)、F(フィックスド)、D(ドメイン) とリズミカルに打ち込んで行...
    dbflute.seasar.org/ja/manual/topic/programming/completion/camelcase.html
    Mon Sep 15 10:51:18 UTC 2025
      12.1K bytes
      Cache
     
  6. Receiver Operating Characteristic (ROC) with cr...

    range ( n_splits ) ] names = [ f "ROC fold { idx } " for idx in..."True Positive Rate" , title = f "Mean ROC curve with variability...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html
    Tue Nov 04 06:34:50 UTC 2025
      103.1K bytes
      Cache
     
  7. Univariate Feature Selection — scikit-learn 1.7...

    f_classif selector = SelectKBest ( f_classif , k...Univariate feature selection with F-test for feature scoring. We use...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Tue Nov 04 06:34:51 UTC 2025
      105.9K bytes
      Cache
     
  8. A demo of structured Ward hierarchical clusteri...

    print ( f "Number of pixels: { label . size } " ) print ( f "Number...rescaled_coins . shape ) print ( f "Elapsed time: { time . time ()...
    scikit-learn.org/stable/auto_examples/cluster/plot_coin_ward_segmentation.html
    Tue Nov 04 06:34:51 UTC 2025
      94.3K bytes
      Cache
     
  9. LeavePOut — scikit-learn 1.7.2 documentation

    print ( f "Fold { i } :" ) ... print ( f " Train: index=...train_index } " ) ... print ( f " Test: index= { test_index }...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Tue Nov 04 06:34:51 UTC 2025
      116.4K bytes
      Cache
     
  10. 外だしSQL(OutsideSql)とは? | DBFlute

    バランス重視のDBアクセスI/F ConditionBeanのスコープ 自由度の高さを重視 バランス重視のDBアクセスI/Fの観点から、徹底して堅い..."自由度の高さ" を重視しています。 バランス重視のDBアクセスI/F DBFluteの外だしSQLは、SQLファイルと呼び出し構造が分離されています。...
    dbflute.seasar.org/ja/manual/function/ormapper/outsidesql/about.html
    Mon Sep 15 10:51:18 UTC 2025
      20K bytes
      Cache
     
Back to top