Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1301 - 1310 of 2,219 for text (0.13 sec)

  1. 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 Nov 01 07:27:40 UTC 2024
      93.9K 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 Nov 01 07:27:39 UTC 2024
      102.7K bytes
      Cache
     
  3. learning_curve — scikit-learn 1.5.2 documentation

    ( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Fri Nov 01 07:27:40 UTC 2024
      121.2K bytes
      Cache
     
  4. LeaveOneGroupOut — scikit-learn 1.5.2 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 Nov 01 07:27:40 UTC 2024
      121.3K bytes
      Cache
     
  5. RepeatedKFold — scikit-learn 1.5.2 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 Nov 01 07:27:40 UTC 2024
      118.3K bytes
      Cache
     
  6. 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
    Fri Nov 01 07:27:41 UTC 2024
      117.7K bytes
      1 views
      Cache
     
  7. Effect of transforming the targets in regressio...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Fri Nov 01 07:27:40 UTC 2024
      120.6K bytes
      Cache
     
  8. Veterans | NBC News

    Next Steps for Vets How to Write a Cover Letter Next Steps...Heroes Next Steps for Vets Networking for Veterans Next Steps...
    www.nbcnews.com/nextstepsforveterans
    Sun Nov 03 01:01:37 UTC 2024
      303.8K bytes
      Cache
     
  9. Visualization of MLP weights on MNIST — scikit-...

    partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Fri Nov 01 07:27:41 UTC 2024
      89.2K bytes
      Cache
     
  10. Live updates: Israel launches more strikes on B...

    " Benin said her wish for next year, when the Jewish new year...undergoes surgery in the open-air tent clinic. EYAD BABA / AFP - Getty...
    www.nbcnews.com/news/world/live-blog/live-updates-israel-strikes-beirut-border-clashes-hezbollah-...
    Sun Oct 06 00:46:40 UTC 2024
      989.3K bytes
      Cache
     
Back to top