Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 701 - 710 of 1,361 for text (0.18 sec)

  1. Installing scikit-learn — scikit-learn 1.7.2 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.11.7 tests mypy 1.15...1.15 tests pyamg 4.2.1 tests polars 0.20.30 docs, tests pyarrow...
    scikit-learn.org/stable/install.html
    Mon Oct 20 15:12:27 UTC 2025
      54K bytes
      Cache
     
  2. LearningCurveDisplay — scikit-learn 1.7.2 docum...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Mon Oct 20 15:12:26 UTC 2025
      144.5K bytes
      Cache
     
  3. Multiclass Receiver Operating Characteristic (R...

    X_test , y_train , y_test , ) = train_test_split ( X...y_onehot_test = label_binarizer . transform ( y_test ) y_onehot_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Mon Oct 20 15:12:27 UTC 2025
      150.8K bytes
      Cache
     
  4. Prediction Intervals for Gradient Boosting Regr...

    test datasets: X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test , "b." , markersize = 10 , label = "Test observations"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Mon Oct 20 15:12:27 UTC 2025
      140.9K bytes
      Cache
     
  5. 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
    Mon Oct 20 15:12:27 UTC 2025
      190.5K bytes
      Cache
     
  6. StratifiedGroupKFold — scikit-learn 1.7.2 docum...

    print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Mon Oct 20 15:12:26 UTC 2025
      129.7K bytes
      Cache
     
  7. Multi-class AdaBoosted Decision Trees — scikit-...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the remaining 30 percent for testing. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Mon Oct 20 15:12:27 UTC 2025
      115.1K bytes
      Cache
     
  8. DB2の取扱い | DBFlute

    ) plain ) ext where ext.rn > 80 and ext.rn <= 100 ConditionBean...plain ) ext where ext.rn > /*pmb.pageStartIndex*/ 80 and ext.rn <=...
    dbflute.seasar.org/ja/manual/reference/dbway/db2/
    Mon Sep 15 10:51:18 UTC 2025
      29.1K bytes
      Cache
      Similar Results (1)
     
  9. Class Likelihood Ratios to measure classificati...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the link between pre-test and post-test odds given by the Class...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Mon Oct 20 15:12:27 UTC 2025
      143.3K bytes
      Cache
     
  10. 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
    Mon Oct 20 15:12:26 UTC 2025
      143K bytes
      Cache
     
Back to top