Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 857 for tests (0.15 sec)

  1. Permutation Importance vs Random Forest Feature...

    X_test , y_train , y_test = train_test_split ( X ,...( f "RF test accuracy: { rf . score ( X_test , y_test ) : .3f...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Mon Jun 30 13:50:27 UTC 2025
      195.3K bytes
      Cache
     
  2. Feature discretization — scikit-learn 1.7.0 doc...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Mon Jun 30 13:50:29 UTC 2025
      128.7K bytes
      Cache
     
  3. GroupKFold — scikit-learn 1.7.0 documentation

    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.GroupKFold.html
    Mon Jun 30 13:50:27 UTC 2025
      127.3K bytes
      Cache
     
  4. plot_classifier_comparison.py

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Sun Jun 29 19:04:30 UTC 2025
      4.8K bytes
      1 views
     
  5. L1-based models for Sparse Signals — scikit-lea...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Mon Jun 30 13:50:29 UTC 2025
      125.4K bytes
      Cache
     
  6. Custom refit strategy of a grid search with cro...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split..., "mean_test_recall" , "std_test_recall" , "mean_test_precision"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Mon Jun 30 13:50:29 UTC 2025
      136K bytes
      Cache
     
  7. NuSVR — scikit-learn 1.7.0 documentation

    expected shape of X is (n_samples_test, n_samples_train). Returns :...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Fri Jun 27 15:51:03 UTC 2025
      142.7K bytes
      Cache
     
  8. People Are Becoming Obsessed with ChatGPT and S...

    ex-husband a test subject," she continued, "but that we're all test subjects...without having done rigorous testing in this way, especially when...
    futurism.com/chatgpt-mental-health-crises
    Sat Jun 14 00:48:59 UTC 2025
      168.1K bytes
      Cache
     
  9. Lasta Di (DIコンテナ) | DBFlute

    switch component 'mystic' in unit test @Directory |-src/main/resources...sea.xml // in production | |-src/test/resources |- sea+mystic.xml...
    dbflute.seasar.org/ja/lastaflute/lastadi/index.html
    Fri Jun 13 09:55:28 UTC 2025
      22.9K bytes
      Cache
     
  10. Dimensionality Reduction with Neighborhood Comp...

    train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Mon Jun 30 13:50:27 UTC 2025
      98.2K bytes
      Cache
     
Back to top