Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1111 - 1120 of 1,745 for store (2.92 seconds)

  1. Clustering text documents using k-means —...

    section we define a function to score different clustering pipelines...else name train_times = [] scores = defaultdict ( list ) for...
    scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html
    Wed Nov 26 04:38:21 GMT 2025
      150.2K bytes
      Cache
     
  2. SequentialFeatureSelector — scikit-learn ...

    scoring str or callable, default=None Scoring method to..., direction = 'forward' , scoring = None , cv = 5 , n_jobs =...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html
    Wed Nov 26 04:38:21 GMT 2025
      143.1K bytes
      Cache
     
  3. PoissonRegressor — scikit-learn 1.7.2 doc...

    score ( X , y ) np.float64(0.990)...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html
    Mon Nov 24 10:55:07 GMT 2025
      139.5K bytes
      Cache
     
  4. SVC — scikit-learn 1.7.2 documentation

    score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Wed Nov 26 04:38:19 GMT 2025
      176.5K bytes
      Cache
     
  5. RandomForestRegressor — scikit-learn 1.7....

    Notes The \(R^2\) score used when calling score on a regressor uses...with Friedman’s improvement score for potential splits, “absolute_error”...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html
    Wed Nov 26 04:38:19 GMT 2025
      170.5K bytes
      Cache
     
  6. Imputing missing values with variants of Iterat...

    6 )) means = - scores . mean () errors = scores . std () means...cross_val_score ( estimator , X , y , scoring = "neg_mean_squared_error"...
    scikit-learn.org/stable/auto_examples/impute/plot_iterative_imputer_variants_comparison.html
    Wed Nov 26 04:38:21 GMT 2025
      113.3K bytes
      Cache
     
  7. Comparing randomized search and grid search for...

    with rank: 1 Mean validation score: 0.987 (std: 0.011) Parameters:...with rank: 2 Mean validation score: 0.987 (std: 0.011) Parameters:...
    scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html
    Wed Nov 26 04:38:19 GMT 2025
      97.2K bytes
      Cache
     
  8. 2.3. Clustering — scikit-learn 1.7.2 docu...

    lower scores, and for the adjusted Rand index the score will be...rename 2 to 3, and get the same score: >>> labels_pred =...
    scikit-learn.org/stable/modules/clustering.html
    Wed Nov 26 04:38:21 GMT 2025
      237K bytes
      Cache
     
  9. LinearSVC — scikit-learn 1.7.2 documentation

    confidence scores for samples. The confidence score for a sample...get the confidence scores. Returns : scores ndarray of shape (n_samples,)...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Wed Nov 26 04:38:19 GMT 2025
      162.4K bytes
      Cache
     
  10. plot_classifier_comparison.zip

    y_train) score = clf.score(X_test, y_test) Decis...clf.fit(X_train, y_train)\n score = clf.score(X_test, y_test)\n Dec...
    scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip
    Wed Nov 26 04:38:21 GMT 2025
      10.8K bytes
     
Back to Top