Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 923 for test (0.2 sec)

  1. sklearn.linear_model.OrthogonalMatchingPursuit ...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Fri Apr 26 16:41:50 UTC 2024
      46.1K bytes
      1 views
      Cache
     
  2. sklearn.linear_model.LassoLarsCV — scikit-learn...

    test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Fri Apr 26 16:41:50 UTC 2024
      58.5K bytes
      Cache
     
  3. 1.17. Neural network models (supervised) — scik...

    transformation to test data >>> X_test = scaler . transform ( X_test ) An...apply the same scaling to the test set for meaningful results....
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Fri Apr 26 16:41:50 UTC 2024
      46.3K bytes
      Cache
     
  4. sklearn.svm.NuSVR — scikit-learn 1.4.2 document...

    expected shape of X is (n_samples_test, n_samples_train). Returns :...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Fri Apr 26 16:41:50 UTC 2024
      55.8K bytes
      Cache
     
  5. faq.rst.txt

    :ref:`text_feature_extraction` for the built-in *text vectorizers*....^^^^^^^^^^ scikit-learn is regularly tested and maintained to work with...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Fri Apr 26 16:41:50 UTC 2024
      23.4K bytes
      2 views
     
  6. sklearn.mixture.GaussianMixture — scikit-learn ...

    log-likelihood of new samples at test time. The shape depends on covariance_type...log-likelihood of new samples at test time. The shape depends on covariance_type...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Fri Apr 26 16:41:50 UTC 2024
      63.4K bytes
      Cache
     
  7. 1.5. Stochastic Gradient Descent — scikit-learn...

    SGDClassifier ()) est . fit ( X_train ) est . predict ( X_test ) If your...( X_train ) X_test = scaler . transform ( X_test ) # apply same...
    scikit-learn.org/stable/modules/sgd.html
    Fri Apr 26 16:41:50 UTC 2024
      68K bytes
      Cache
     
  8. 2.1. Gaussian mixture models — scikit-learn 1.4...

    Given test data, it can assign to each...
    scikit-learn.org/stable/modules/mixture.html
    Fri Apr 26 16:41:50 UTC 2024
      38.2K bytes
      Cache
     
  9. sklearn.isotonic.IsotonicRegression — scikit-le...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html
    Fri Apr 26 16:41:50 UTC 2024
      71.5K bytes
      Cache
     
  10. sklearn.ensemble.HistGradientBoostingRegressor ...

    >>> est = HistGradientBoosting () . fit ( X , y ) >>> est . score...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html
    Fri Apr 26 16:41:50 UTC 2024
      80.1K bytes
      Cache
     
Back to top