Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 391 - 400 of 912 for tests (0.24 sec)

  1. Failure of Machine Learning to infer causal eff...

    X_test , y_train , y_test = train_test_split ( X ,...data into a training and a testing set. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/inspection/plot_causal_interpretation.html
    Fri Sep 20 10:21:50 UTC 2024
      105.1K bytes
      Cache
     
  2. 1.4. Support Vector Machines — scikit-learn 1.5...

    X_test , y_train , y_test = train_test_split ( X ,...examples >>> gram_test = np . dot ( X_test , X_train . T ) >>>...
    scikit-learn.org/stable/modules/svm.html
    Fri Sep 20 10:21:48 UTC 2024
      125.1K bytes
      Cache
     
  3. Feature importances with a forest of trees — sc...

    X_test , y_train , y_test = train_test_split ( X ,...permutation_importance ( forest , X_test , y_test , n_repeats = 10 , random_state...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html
    Fri Sep 20 10:21:48 UTC 2024
      108.8K bytes
      Cache
     
  4. Sparsity Example: Fitting only features 1 and 2...

    indices ] X_test = X [ - 20 :, indices ] y_train...y_train = y [: - 20 ] y_test = y [ - 20 :] Next we fit a linear...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_3d.html
    Fri Sep 20 10:21:50 UTC 2024
      88.1K bytes
      Cache
     
  5. 1.16. Probability calibration — scikit-learn 1....

    test_set) couples (as determined...base_estimator makes predictions on the test subset the predictions are used...
    scikit-learn.org/stable/modules/calibration.html
    Fri Sep 20 10:21:48 UTC 2024
      63.3K bytes
      Cache
     
  6. OutsideSqlTestCommandPlugin (DBFlute Maven Plug...

    provides outside-sql-test goal to run outside-sql-test.[sh|bat]. 作成者:...
    dbflute.seasar.org/maven/plugin/apidocs/org/seasar/dbflute/maven/plugin/OutsideSqlTestCommandPlug...
    Tue Sep 17 12:05:07 UTC 2024
      14.8K bytes
      Cache
     
  7. Map data to a normal distribution — scikit-lear...

    X_test = train_test_split ( X , test_size = 0.5 )...sklearn.model_selection import train_test_split from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_map_data_to_normal.html
    Fri Sep 20 10:21:48 UTC 2024
      101.2K bytes
      Cache
     
  8. BuzzFeed Video

    Eye Ladylike Lady tested, lady approved. Eye Made By...Bogus Beauty PLAY 12:10 Watch I Tested Custom Glass Slippers Like...
    www.buzzfeed.com/videos
    Fri Aug 30 00:05:18 UTC 2024
      497K bytes
      Cache
     
  9. RocCurveDisplay — scikit-learn 1.5.2 documentation

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html
    Fri Sep 20 10:21:50 UTC 2024
      145.5K bytes
      Cache
     
  10. Early stopping in Gradient Boosting — scikit-le...

    y_val = train_test_split ( X , y , test_size = 0.2 , random_state...sklearn.model_selection import train_test_split data = fetch_california_housing...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_early_stopping.html
    Fri Sep 20 10:21:50 UTC 2024
      103.7K bytes
      Cache
     
Back to top