Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 1,340 for test (0.23 sec)

  1. MLPRegressor — scikit-learn 1.7.1 documentation

    X_test , y_train , y_test = train_test_split ( X ,...-291]) >>> regr . score ( X_test , y_test ) 0.98 fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Tue Aug 19 13:22:49 UTC 2025
      163.1K bytes
      Cache
     
  2. RFECV — scikit-learn 1.7.1 documentation

    test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Tue Aug 19 13:22:51 UTC 2025
      158.4K bytes
      Cache
     
  3. plot_classifier_comparison.rst.txt

    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/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Tue Aug 19 13:22:49 UTC 2025
      7.8K bytes
     
  4. feature_selection.rst.txt

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Sat Aug 16 15:30:00 UTC 2025
      14.5K bytes
      3 views
     
  5. plot_hgbt_regression.ipynb

    import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False)\n\nprint(f\"Training...
    scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb
    Tue Aug 19 13:22:49 UTC 2025
      20.2K bytes
      1 views
     
  6. RidgeCV — scikit-learn 1.7.1 documentation

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html
    Tue Aug 19 13:22:48 UTC 2025
      150K bytes
      Cache
     
  7. plot_hgbt_regression.zip

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...
    scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip
    Tue Aug 19 13:22:49 UTC 2025
      36.8K bytes
     
  8. 3.1. Cross-validation: evaluating estimator per...

    available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/cross_validation.html
    Tue Aug 19 13:22:51 UTC 2025
      162.2K bytes
      1 views
      Cache
     
  9. SVC — scikit-learn 1.7.1 documentation

    Scalability Nested versus non-nested cross-validation Nested versus...versus non-nested cross-validation Test with permutations the significance...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Tue Aug 19 13:22:48 UTC 2025
      176.5K bytes
      Cache
     
  10. feed

    {"type": "semantic_text"}, "text": { "type": "text" }, # Field to...nodes: text = node.node.get_text() product_name = text.split("Product...
    www.elastic.co/search-labs/rss/feed
    Wed Aug 20 00:56:08 UTC 2025
      1.6M bytes
      2 views
     
Back to top