Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 491 - 500 of 1,201 for store (0.96 sec)

  1. 1.1. Linear Models — scikit-learn 1.6.1 documen...

    y and will store the coefficients \(w\) of the...method arrays X , y and will store the coefficients \(w\) of the...
    scikit-learn.org/stable/modules/linear_model.html
    Sat Apr 19 00:31:22 UTC 2025
      218.9K bytes
      Cache
     
  2. Elasticsearch BBQ vs. OpenSearch FAISS: Vector ...

    Binary quantization showdown Storing high-dimensional vectors in...
    www.elastic.co/search-labs/blog/elasticsearch-bbq-vs-opensearch-faiss
    Thu Apr 17 00:56:41 UTC 2025
      259.5K bytes
      Cache
     
  3. ExtraTreesClassifier — scikit-learn 1.6.1 docum...

    generalization score. By default, accuracy_score is used. Provide...fit is performed. oob_score_ float Score of the training dataset...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Sat Apr 19 00:31:21 UTC 2025
      170.6K bytes
      Cache
     
  4. 1.11. Ensembles: Gradient boosting, random fore...

    scores = cross_val_score ( clf , X , y , scoring = 'accuracy'...each iteration is stored in the train_score_ attribute of the...
    scikit-learn.org/stable/modules/ensemble.html
    Sat Apr 19 00:31:22 UTC 2025
      230.9K bytes
      Cache
     
  5. auto_examples_jupyter.zip

    i)\n prev_scores = scores\n scores = (\n alpha * (scores * X + np.dot(dangle,...[precision_score, recall_score, f1_score]:\n score_name = met...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Sat Apr 19 00:31:21 UTC 2025
      2.2M bytes
      2 views
     
  6. Contributing — scikit-learn 1.6.1 documentation

    and stored attributes named according...features based on the k highest scores. SelectFpr : Select features...
    scikit-learn.org/stable/developers/contributing.html
    Sat Apr 19 00:31:22 UTC 2025
      141.2K bytes
      1 views
      Cache
     
  7. k-nearest neighbor (kNN) search | Elasticsearch...

    calculated as score = 0.9 * match_score + 0.1 * knn_score The knn option...would be: score = 0.9 * match_score + 0.1 * knn_score_image-vector...
    www.elastic.co/guide/en/elasticsearch/reference/current/knn-search.html
    Wed Jan 29 10:04:27 UTC 2025
      120.6K bytes
      Cache
     
  8. Version 1.1 — scikit-learn 1.6.1 documentation

    r2_score and metrics.explained_variance_score have a new...metrics.d2_pinball_score and metrics.d2_absolute_error_score calculate...
    scikit-learn.org/stable/whats_new/v1.1.html
    Sat Apr 19 00:31:22 UTC 2025
      286.7K bytes
      Cache
     
  9. RandomForestClassifier — scikit-learn 1.6.1 doc...

    generalization score. By default, accuracy_score is used. Provide...feature importances. oob_score_ float Score of the training dataset...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Sat Apr 19 00:31:22 UTC 2025
      185.6K bytes
      Cache
     
  10. ensemble.rst.txt

    >>> scores = cross_val_score(clf, X, y, cv=5) >>> scores.mean()...>>> scores = cross_val_score(clf, X, y, cv=5) >>> scores.mean()...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Sat Apr 19 00:31:22 UTC 2025
      72.5K bytes
     
Back to top