Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 260 of 889 for test (0.3 sec)

  1. ChatGPT and Elasticsearch integration: OpenAI m...

    the full body text, those larger bodies of text may need to be...click Continue again at the Test stage. Click Create Pipeline...
    www.elastic.co/search-labs/blog/chatgpt-elasticsearch-openai-meets-private-data
    Thu May 23 00:49:54 UTC 2024
      196.5K bytes
      Cache
     
  2. GaussianProcessRegressor — scikit-learn 1.5.0 d...

    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
    Wed May 22 15:20:08 UTC 2024
      164.4K bytes
      Cache
     
  3. 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
    Wed May 22 15:20:07 UTC 2024
      160.2K bytes
      Cache
     
  4. Semi-supervised Classification on a Text Datase...

    X_test , y_train , y_test = train_test_split ( X ,..., X_train , y_train , X_test , y_test ): print ( "Number of training...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Wed May 22 15:20:10 UTC 2024
      104.3K bytes
      Cache
     
  5. SGDRegressor — scikit-learn 1.5.0 documentation

    n_features) Test samples. For some estimators...training will stop when (loss > best_loss - tol) for n_iter_no_change...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Wed May 22 15:20:08 UTC 2024
      173.6K bytes
      Cache
     
  6. 2.6. Covariance estimation — scikit-learn 1.5.0...

    then the test set is supposed to have the...
    scikit-learn.org/stable/modules/covariance.html
    Wed May 22 15:20:05 UTC 2024
      64.7K bytes
      Cache
     
  7. 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
    Wed May 22 15:20:07 UTC 2024
      101.6K bytes
      Cache
     
  8. Post-tuning the decision threshold for cost-sen...

    ]( est , X_test , y_test ), scoring [ "precision" ]( est , X_test..."fpr" ]( est , X_test , y_test ), scoring [ "tpr" ]( est , X_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Wed May 22 15:20:05 UTC 2024
      227.5K bytes
      Cache
     
  9. Accelerating R&D in pharma with Elasticsearch, ...

    "target_field": "text_embedding", "field_map": { "text": "text_field" }...Create a test document POST patents-embeddings-1/_doc { "text": """Patent...
    www.elastic.co/blog/research-development-pharma-elasticsearch-esre-llms-langchain-1
    Thu May 23 00:50:19 UTC 2024
      578.3K bytes
      Cache
     
  10. Lasso — scikit-learn 1.5.0 documentation

    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
    Wed May 22 15:20:08 UTC 2024
      174.6K bytes
      Cache
     
  11. IterativeImputer — scikit-learn 1.5.0 documenta...

    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
    Wed May 22 15:20:05 UTC 2024
      157.4K bytes
      Cache
     
  12. 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
    Thu May 23 00:29:40 UTC 2024
      553.1K bytes
      1 views
      Cache
     
  13. Gradient Boosting regression — scikit-learn 1.5...

    X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Wed May 22 15:20:10 UTC 2024
      107.7K bytes
      Cache
     
  14. 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
    Wed May 22 15:20:05 UTC 2024
      153.6K bytes
      Cache
     
  15. MultiTaskLasso — scikit-learn 1.5.0 documentation

    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.MultiTaskLasso.html
    Wed May 22 15:20:08 UTC 2024
      165.2K bytes
      Cache
     
  16. 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
    Wed May 22 15:20:10 UTC 2024
      177K bytes
      Cache
     
  17. 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
    Wed May 22 15:20:10 UTC 2024
      112.4K bytes
      Cache
     
  18. Kernel PCA — scikit-learn 1.5.0 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
    Wed May 22 15:20:05 UTC 2024
      107K bytes
      Cache
     
  19. Multiclass sparse logistic regression on 20newg...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Wed May 22 15:20:10 UTC 2024
      104.4K bytes
      Cache
     
  20. L1-based models for Sparse Signals — scikit-lea...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Wed May 22 15:20:10 UTC 2024
      124K bytes
      Cache
     
Back to top