Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 260 of 876 for test (0.18 sec)

  1. sklearn.linear_model.TweedieRegressor — scikit-...

    n_features) Test samples. y array-like of shape...is averaged by sample_weight. Best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Mon Apr 22 14:06:26 UTC 2024
      54.4K bytes
      Cache
     
  2. sklearn.pipeline.Pipeline — scikit-learn 1.4.2 ...

    X_test , y_train , y_test = train_test_split ( X ,..., y_train ) . score ( X_test , y_test ) 0.88 >>> # An estimator's...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Mon Apr 22 14:06:26 UTC 2024
      100K bytes
      Cache
     
  3. sklearn.gaussian_process.GaussianProcessRegress...

    n_features) Test samples. For some estimators...theta .... # Returned are the best found hyperparameters theta...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html
    Mon Apr 22 14:06:27 UTC 2024
      72.2K bytes
      Cache
     
  4. sklearn.impute.SimpleImputer — scikit-learn 1.4...

    missing values at transform/test time. keep_empty_features bool,...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.impute.SimpleImputer.html
    Mon Apr 22 14:06:26 UTC 2024
      56.9K bytes
      Cache
     
  5. sklearn.cross_decomposition.PLSRegression — sci...

    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.cross_decomposition.PLSRegression.html
    Mon Apr 22 14:06:27 UTC 2024
      75.7K bytes
      Cache
     
  6. sklearn.linear_model.RANSACRegressor — scikit-l...

    the mean accuracy on the given test data, which is used for the...Attributes : estimator_ object Best fitted model (copy of the estimator...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Mon Apr 22 14:06:26 UTC 2024
      52.8K bytes
      Cache
     
  7. sklearn.linear_model.Lasso — scikit-learn 1.4.2...

    n_features) Test samples. For some estimators...tol times \(||y||_2^2 / n_{\text{samples}}\) . The target can...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Mon Apr 22 14:06:26 UTC 2024
      78.6K bytes
      Cache
     
  8. sklearn.linear_model.HuberRegressor — 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.linear_model.HuberRegressor.html
    Mon Apr 22 14:06:27 UTC 2024
      58.1K bytes
      Cache
     
  9. 8.2. Computational Performance — scikit-learn 1...

    Here is sample code to test the sparsity of your input:...sparsify () clf . predict ( X_test ) In this example we prefer...
    scikit-learn.org/stable/computing/computational_performance.html
    Mon Apr 22 14:06:27 UTC 2024
      43.3K bytes
      Cache
     
  10. 2.6. Covariance estimation — scikit-learn 1.4.2...

    then the test set is supposed to have the...
    scikit-learn.org/stable/modules/covariance.html
    Mon Apr 22 14:06:27 UTC 2024
      41.9K bytes
      Cache
     
  11. Elasticsearch features list | Elastic

    "message" : { "query" : "this is a test", "operator" : "and" } } } }...default distribution, you can also test out Platinum features such as...
    www.elastic.co/elasticsearch/features
    Tue Apr 23 00:30:51 UTC 2024
      710.1K bytes
      1 views
      Cache
     
  12. Out-of-core classification of text documents — ...

    - tick test_stats [ "n_test" ] += len ( y_test ) test_stats [...%(n_test)6d test docs ( %(n_test_pos)6d positive) " % test_stats...
    scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html
    Mon Apr 22 14:06:28 UTC 2024
      98.4K bytes
      Cache
     
  13. Nested versus non-nested cross-validation — sci...

    ) non_nested_scores [ i ] = clf . best_score_ # Nested CV with...[ non_nested_scores_line , nested_line ], [ "Non-Nested CV" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Mon Apr 22 14:06:27 UTC 2024
      39.5K bytes
      Cache
     
  14. Elastic on Elastic: How InfoSec uses the Elasti...

    allowing us to test fields or dashboards without...'https://qualysapi.xxx.apps.qualys.com/qps/rest/2.0/update/am/tag' \ --location...
    www.elastic.co/blog/how-infosec-uses-elastic-stack-vulnerability-management
    Tue Apr 23 00:57:56 UTC 2024
      680.9K bytes
      Cache
     
  15. Sample pipeline for text feature extraction and...

    ) data_test = fetch_20newsgroups ( subset = "test" , categories...vect__norm: l1 test_accuracy = random_search . score ( data_test . data...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Mon Apr 22 14:06:27 UTC 2024
      91.7K bytes
      Cache
     
  16. Faces recognition example using eigenfaces and ...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html
    Mon Apr 22 14:06:28 UTC 2024
      50K bytes
      Cache
     
  17. Statistical comparison of models using grid sea...

    "rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Mon Apr 22 14:06:27 UTC 2024
      115.7K bytes
      Cache
     
  18. Kernel PCA — scikit-learn 1.4.2 documentation

    X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Mon Apr 22 14:06:27 UTC 2024
      44.1K bytes
      Cache
     
  19. sklearn.impute.IterativeImputer — scikit-learn ...

    missing values at transform/test time. keep_empty_features bool,...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.impute.IterativeImputer.html
    Mon Apr 22 14:06:26 UTC 2024
      61.8K bytes
      Cache
     
  20. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...ymin , - cv . best_estimator_ . score ( X_test ), color = "cyan"...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Mon Apr 22 14:06:27 UTC 2024
      45K bytes
      Cache
     
Back to top