Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 1,291 for test (1.66 sec)

  1. 7.3. Preprocessing data — scikit-learn 1.7.2 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Thu Oct 16 16:10:52 UTC 2025
      198.2K bytes
      Cache
     
  2. 3.4. Metrics and scoring: quantifying the quali...

    (pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},\]...
    scikit-learn.org/stable/modules/model_evaluation.html
    Thu Oct 16 16:10:52 UTC 2025
      417.3K bytes
      Cache
     
  3. MLPRegressor — scikit-learn 1.7.2 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
    Thu Oct 16 16:10:48 UTC 2025
      163K bytes
      Cache
     
  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
    Sun Oct 12 02:56:14 UTC 2025
      14.5K bytes
      3 views
     
  5. LassoLarsCV — scikit-learn 1.7.2 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.LassoLarsCV.html
    Thu Oct 16 16:10:48 UTC 2025
      145.6K bytes
      Cache
     
  6. RidgeCV — scikit-learn 1.7.2 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
    Thu Oct 16 16:10:50 UTC 2025
      149.9K bytes
      Cache
     
  7. quantile_transform — scikit-learn 1.7.2 documen...

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.quantile_transform.html
    Tue Oct 14 17:56:25 UTC 2025
      117K bytes
      Cache
     
  8. 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
    Thu Oct 16 16:10:50 UTC 2025
      20.2K bytes
      1 views
     
  9. StratifiedKFold — scikit-learn 1.7.2 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Thu Oct 16 16:10:48 UTC 2025
      124.7K bytes
      Cache
     
  10. SVC — scikit-learn 1.7.2 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
    Thu Oct 16 16:10:48 UTC 2025
      176.5K bytes
      Cache
     
Back to top