Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1321 - 1330 of 2,136 for text (0.2 sec)

  1. Extra virgin olive oil is the flavour of mechan...

    machinery has been constantly tested and modified based on the resulting...bite between one sip and the next. These attributes reveal that...
    aeon.co/essays/extra-virgin-olive-oil-is-the-flavour-of-mechanisation
    Sun Nov 24 00:44:37 UTC 2024
      229K bytes
      Cache
     
  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. 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
     
  4. 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
     
  5. 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
     
  6. 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
     
  7. Elastic on Elastic: How InfoSec uses the Elasti...

    allowing us to test fields or dashboards without...when a pull request is merged. Next steps We have several ideas...
    www.elastic.co/blog/how-infosec-uses-elastic-stack-vulnerability-management
    Sun Nov 24 01:01:03 UTC 2024
      456.2K bytes
      Cache
     
  8. 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
     
  9. Single estimator versus bagging: bias-variance ...

    ( y ) X_test , y_test = generate ( n_samples = n_test , noise...training set n_test = 1000 # Size of the test set noise = 0.1...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Sat Nov 23 04:49:14 UTC 2024
      111.2K bytes
      Cache
     
  10. 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
     
Back to top