Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1381 - 1390 of 2,135 for text (0.38 sec)

  1. Comparing various online solvers — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) yy_ . append ( 1 - np . mean ( y_pred == y_test ))...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html
    Sat Nov 23 04:49:16 UTC 2024
      90.7K bytes
      Cache
     
  2. 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
     
  3. Release Highlights for scikit-learn 1.5 — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Sat Nov 23 04:49:15 UTC 2024
      118.3K bytes
      Cache
     
  4. 1.13. Feature selection — scikit-learn 1.5.2 do...

    based on univariate statistical tests. It can be seen as a preprocessing...common univariate statistical tests for each feature: false positive...
    scikit-learn.org/stable/modules/feature_selection.html
    Sat Nov 23 04:49:14 UTC 2024
      73.2K bytes
      Cache
     
  5. plot_release_highlights_1_5_0.py

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...imator(classifier_05, X_test, y_test) # %% # Lowering the threshold,...
    scikit-learn.org/stable/_downloads/ba0cfc16d7953e1c2c6912b6beca1e91/plot_release_highlights_1_5_0.py
    Fri Nov 22 23:53:27 UTC 2024
      8.3K bytes
     
  6. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...n_samples , n_features )) base_X_test = np . random . normal ( size...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Sat Nov 23 04:49:16 UTC 2024
      104K bytes
      Cache
     
  7. 9. Model persistence — scikit-learn 1.5.2 docum...

    the next question is: Do you absolutely...sess . run ( None , { "X" : X_test . astype ( numpy . float32 )})[...
    scikit-learn.org/stable/model_persistence.html
    Sat Nov 23 04:49:16 UTC 2024
      77.1K bytes
      Cache
     
  8. MinCovDet — scikit-learn 1.5.2 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...Quality, TECHNOMETRICS score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.MinCovDet.html
    Sat Nov 23 04:49:14 UTC 2024
      143.6K bytes
      Cache
     
  9. AI Playground - Roll up your sleeves | Elastic

    Playground - Roll up your sleeves Test the latest AI search capabilities...explore how to build RAG systems, test different LLMs from various...
    www.elastic.co/demo-gallery/ai-playground
    Mon Nov 25 00:17:01 UTC 2024
      489K bytes
      Cache
     
  10. Principal Component Regression vs Partial Least...

    X_test , y_train , y_test = train_test_split ( X ,...scatter ( pca . transform ( X_test ), y_test , alpha = 0.3 , label =...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Sat Nov 23 04:49:14 UTC 2024
      108.3K bytes
      Cache
     
Back to top