Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 511 - 520 of 1,727 for test (0.14 sec)

  1. Probabilistic predictions with Gaussian process...

    according to the log-loss on test data. The figure shows that...train_size :], c = "g" , label = "Test data" , edgecolors = ( 0 , 0...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc.html
    Fri Dec 20 11:14:18 UTC 2024
      111.2K bytes
      Cache
     
  2. Early stopping of Stochastic Gradient Descent —...

    y_train ) test_score = estimator . score ( X_test , y_test ) return...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Fri Dec 20 11:14:18 UTC 2024
      107.6K bytes
      Cache
     
  3. Comparing random forests and the multi-output m...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) y_rf = regr_rf . predict ( X_test ) # Plot the...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html
    Fri Dec 20 11:14:18 UTC 2024
      99.1K bytes
      Cache
     
  4. Features in Histogram Gradient Boosting Trees —...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.4 , shuffle = False ) print...
    scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html
    Fri Dec 20 11:14:14 UTC 2024
      151K bytes
      Cache
     
  5. Are AI-Powered Tools - and Cheating-Detection T...

    regurgitating text is a physical performance test. Diploma mills...Reading recently conducted a blind test in which ChatGPT-written answers...
    news.slashdot.org/story/24/12/15/219203/are-ai-powered-tools---and-cheating-detection-tools---hur...
    Mon Dec 16 01:13:12 UTC 2024
      158.4K bytes
      Cache
     
  6. MLPClassifier — scikit-learn 1.6.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... fit ( X , y ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Fri Dec 20 11:14:14 UTC 2024
      158.8K bytes
      Cache
     
  7. LeaveOneGroupOut — scikit-learn 1.6.0 documenta...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Fri Dec 20 11:14:14 UTC 2024
      122.5K bytes
      Cache
     
  8. Governor Newsom takes proactive action to stren...

    already established the largest testing and monitoring system in the...outbreak. Building on California’s testing and monitoring system — the...
    www.gov.ca.gov/2024/12/18/governor-newsom-takes-proactive-action-to-strengthen-robust-state-respo...
    Thu Dec 19 01:12:16 UTC 2024
      296.1K bytes
      Cache
     
  9. set_config — scikit-learn 1.6.0 documentation

    If ‘text’, estimators will be displayed as text. Default...for easier benchmarking and testing of scikit-learn internals....
    scikit-learn.org/stable/modules/generated/sklearn.set_config.html
    Fri Dec 20 11:14:14 UTC 2024
      120.2K bytes
      Cache
     
  10. RepeatedKFold — scikit-learn 1.6.0 documentation

    print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Fri Dec 20 11:14:16 UTC 2024
      119.6K bytes
      Cache
     
Back to top