Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 471 - 480 of 1,341 for test (0.13 sec)

  1. RegressorChain — scikit-learn 1.7.0 documentation

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html
    Tue Jul 01 15:59:34 UTC 2025
      133.9K bytes
      Cache
     
  2. Image denoising using kernel PCA — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...0.25 , size = X_test . shape ) X_test_noisy = X_test + noise noise...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Tue Jul 01 15:59:35 UTC 2025
      102.6K bytes
      Cache
     
  3. Normal, Ledoit-Wolf and OAS Linear Discriminant...

    for training n_test = 200 # samples for testing n_averages = 50...) X , y = generate_data ( n_test , n_features ) score_clf1 +=...
    scikit-learn.org/stable/auto_examples/classification/plot_lda.html
    Tue Jul 01 15:59:32 UTC 2025
      99.4K bytes
      Cache
     
  4. LeavePOut — scikit-learn 1.7.0 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Tue Jul 01 15:59:32 UTC 2025
      116.4K bytes
      Cache
     
  5. One-Class SVM versus One-Class SVM using Stocha...

    size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...size n_error_test_sgd = y_pred_test_sgd [ y_pred_test_sgd == - 1...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Tue Jul 01 15:59:32 UTC 2025
      122.7K bytes
      1 views
      Cache
     
  6. Visualizing the probabilistic predictions of a ...

    = [ est . predict_proba ( test_sample ) . ravel () for est in...estimators_ ] for ( est_name , _ ), est_probas in zip ( eclf...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html
    Tue Jul 01 15:59:32 UTC 2025
      175.2K bytes
      Cache
     
  7. IsolationForest example — scikit-learn 1.7.0 do...

    X_test , y_train , y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split n_samples , n_outliers...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Tue Jul 01 15:59:35 UTC 2025
      125.9K bytes
      Cache
     
  8. Column Transformer with Mixed Types — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) : .3f } " ) accuracy of the best model...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html
    Tue Jul 01 15:59:35 UTC 2025
      240.9K bytes
      Cache
     
  9. Swaggerの環境セットアップ | LastaFlute

    実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...
    dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html
    Fri Jun 13 09:55:28 UTC 2025
      30.5K bytes
      Cache
     
  10. Multilabel classification using a classifier ch...

    X_test , Y_train , Y_test = train_test_split ( X ,...predict ( X_test ) ovr_jaccard_score = jaccard_score ( Y_test , Y_pred_ovr...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Tue Jul 01 15:59:35 UTC 2025
      105.1K bytes
      Cache
     
Back to top