Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1041 - 1050 of 1,835 for text (0.48 sec)

  1. Successive Halving Iterations — scikit-learn 1....

    values = "mean_test_score" ) ax = mean_scores ....iterations" ) ax . set_ylabel ( "mean test score" , fontsize = 15 ) ax...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html
    Wed Jul 02 18:21:48 UTC 2025
      127.1K bytes
      Cache
     
  2. Probability Calibration for 3-class classificat...

    y [: 1000 ] X_test , y_test = X [ 1000 :], y [ 1000...log_loss ( y_test , clf_probs ) cal_loss = log_loss ( y_test , cal_clf_probs...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html
    Wed Jul 02 18:21:48 UTC 2025
      190.5K bytes
      Cache
     
  3. Logistic function — scikit-learn 1.7.0 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Wed Jul 02 18:21:48 UTC 2025
      95K bytes
      Cache
     
  4. NeighborhoodComponentsAnalysis — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...print ( knn . score ( X_test , y_test )) 0.933333... >>> knn ....
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html
    Wed Jul 02 18:21:48 UTC 2025
      143K bytes
      Cache
     
  5. Explicit feature map approximation for RBF kern...

    the second half: data_test , targets_test = ( data [ n_samples...2 :]) # data_test = scaler.transform(data_test) # Create a classifier:...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html
    Wed Jul 02 18:21:48 UTC 2025
      124.4K bytes
      Cache
     
  6. Gaussian processes on discrete data structures ...

    ) X_test = [ "AAA" , "ATAG" , "CTC" , "CT" , "C" ] Y_test = [...len ( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s =...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Wed Jul 02 18:21:48 UTC 2025
      120.7K bytes
      1 views
      Cache
     
  7. ハンズオンセクション 12 | DBFlute

    でなくてもいいが、できるだけ効率よく 対応テストメソッド test_selectDreamOrderList_その通りの順序で検索されていること()...会員名称と会員アカウントを連結して部分一致させて、会員を検索 対応テストメソッド test_selectDreamLikeSearc_その通りの条件で検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section12.html
    Fri Jun 13 09:55:28 UTC 2025
      12.7K bytes
      1 views
      Cache
     
  8. Pipelining: chaining a PCA and a logistic regre...

    ents" is_max_test_score = pl . col ( "mean_test_score" ) == pl...[ "mean_test_score" ], yerr = best_clfs [ "std_test_score" ],...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Wed Jul 02 18:21:48 UTC 2025
      97.2K bytes
      Cache
     
  9. f_regression — scikit-learn 1.7.0 documentation

    Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Wed Jul 02 18:21:48 UTC 2025
      118.1K bytes
      Cache
     
  10. Comparison of Calibration of Classifiers — scik...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...
    scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html
    Wed Jul 02 18:21:48 UTC 2025
      116.8K bytes
      Cache
     
Back to top