Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1331 - 1340 of 2,142 for text (0.22 sec)

  1. plot_hgbt_regression.py

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Fri Nov 22 23:53:26 UTC 2024
      16.3K bytes
     
  2. Linear Regression Example — scikit-learn 1.5.2 ...

    scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Sat Nov 23 04:49:16 UTC 2024
      86.1K bytes
      Cache
     
  3. Ordinary Least Squares and Ridge Regression Var...

    plot ( X_test , clf . predict ( X_test ), color = "gray"...) ax . plot ( X_test , clf . predict ( X_test ), linewidth = 2...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html
    Sat Nov 23 04:49:15 UTC 2024
      86K bytes
      Cache
     
  4. 11.1. Array API support (experimental) — scikit...

    train_test_split Coverage is expected to...checks as part of the common tests to verify that the estimators...
    scikit-learn.org/stable/modules/array_api.html
    Sat Nov 23 04:49:15 UTC 2024
      50.8K bytes
      Cache
     
  5. 9 Best Workout Apps For 2023

    Kentucky Mississippi Arkansas Texas Get Started Best Workout Apps...Workouts: Nike Training Club Our next pick is for exercisers on a...
    digg.com/health-wellness/fitness/best-workout-apps
    Sun Nov 24 01:15:03 UTC 2024
      414.6K bytes
      Cache
     
  6. ValidationCurveDisplay — scikit-learn 1.5.2 doc...

    test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Sat Nov 23 04:49:16 UTC 2024
      142.2K bytes
      Cache
     
  7. OneVsOneClassifier — scikit-learn 1.5.2 documen...

    X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Sat Nov 23 04:49:16 UTC 2024
      142.2K bytes
      Cache
     
  8. StratifiedKFold — scikit-learn 1.5.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
    Sat Nov 23 04:49:15 UTC 2024
      123.2K bytes
      Cache
     
  9. GraphicalLassoCV — scikit-learn 1.5.2 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Sat Nov 23 04:49:16 UTC 2024
      143.4K bytes
      Cache
     
  10. 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
    Sat Nov 23 04:49:14 UTC 2024
      93.9K bytes
      Cache
     
Back to top