Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 791 - 800 of 1,520 for store (0.11 sec)

  1. Sample pipeline for text feature extraction and...

    between scoring time and mean test score (i.e. “CV score”). Passing..."mean_score_time" : "CV Score time (s)" , "mean_test_score" : "CV...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Sat Nov 23 04:49:16 UTC 2024
      150K bytes
      1 views
      Cache
     
  2. A demo of the Spectral Co-Clustering algorithm ...

    fit ( data ) score = consensus_score ( model . biclusters_...print ( "consensus score: {:.3f} " . format ( score )) fit_data =...
    scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_coclustering.html
    Sat Nov 23 04:49:15 UTC 2024
      89K bytes
      1 views
      Cache
     
  3. RFECV — scikit-learn 1.5.2 documentation

    cross-validation scores across (k)th fold. mean_test_score ndarray of...,) Mean of scores over the folds. std_test_score ndarray of shape...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Fri Nov 22 23:53:26 UTC 2024
      158K bytes
      Cache
     
  4. Target Encoder’s Internal Cross fitting — sciki...

    "Raw Model score on training set: " , raw_model . score ( X_train..."Raw Model score on test set: " , raw_model . score ( X_test ,...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Sat Nov 23 04:49:16 UTC 2024
      107.6K bytes
      Cache
     
  5. LassoLarsCV — scikit-learn 1.5.2 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Fri Nov 22 23:53:26 UTC 2024
      144.9K bytes
      Cache
     
  6. RidgeClassifier — scikit-learn 1.5.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.linear_model.RidgeClassifier.html
    Fri Nov 22 23:53:27 UTC 2024
      143.3K bytes
      Cache
     
  7. Concatenating multiple feature extraction metho...

    score=0.933 total time= 0.0s [CV 2/5;...features__univ_select__k=1, svm__C=0.1;, score=0.933 total time= 0.0s [CV 3/5;...
    scikit-learn.org/stable/auto_examples/compose/plot_feature_union.html
    Sat Nov 23 04:49:14 UTC 2024
      105.7K bytes
      Cache
     
  8. auc — scikit-learn 1.5.2 documentation

    average_precision_score Compute average precision from prediction scores. p...the ROC-curve, see roc_auc_score . For an alternative way to...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html
    Fri Nov 22 23:53:26 UTC 2024
      112.5K bytes
      Cache
     
  9. 2.3. Clustering — scikit-learn 1.5.2 documentation

    concept as scores homogeneity_score and completeness_score . Both...Furthermore, both rand_score adjusted_rand_score are symmetric : swapping...
    scikit-learn.org/stable/modules/clustering.html
    Sat Nov 23 04:49:14 UTC 2024
      236.8K bytes
      Cache
      Similar Results (1)
     
  10. Probability calibration of classifiers — scikit...

    3f " % clf_score ) clf_isotonic_score = brier_score_loss ( y_test...clf_isotonic_score ) clf_sigmoid_score = brier_score_loss ( y_test...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Sat Nov 23 04:49:15 UTC 2024
      105.6K bytes
      Cache
     
Back to top