Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 751 - 760 of 1,197 for store (0.43 sec)

  1. DummyClassifier — scikit-learn 1.6.1 documentation

    score ( X , y ) 0.75 fit ( X , y ,...arithmetically, for each output. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Mon Apr 21 17:07:40 UTC 2025
      142.7K bytes
      Cache
     
  2. MNIST classification using multinomial logistic...

    coef_ == 0 ) * 100 score = clf . score ( X_test , y_test ) #...print ( "Test score with L1 penalty: %.4f " % score ) coef = clf...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Mon Apr 21 17:07:38 UTC 2025
      96.3K bytes
      Cache
     
  3. Release Highlights for scikit-learn 0.22 — scik...

    score ( X_test , y_test ) 0.9473684210526315...classification # The roc_auc_score function can also be used in...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
    Mon Apr 21 17:07:39 UTC 2025
      139.1K bytes
      Cache
     
  4. SequentialFeatureSelector — scikit-learn 1.6.1 ...

    scoring = None , cv = 5 , n_jobs =...based on the cross-validation score of an estimator. In the case...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html
    Mon Apr 21 17:07:40 UTC 2025
      143K bytes
      Cache
     
  5. FixedThresholdClassifier — scikit-learn 1.6.1 d...

    predict_proba ) or decision scores (i.e. output of decision_function...predict_proba ) or decision scores (i.e. output of decision_function...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html
    Mon Apr 21 17:07:39 UTC 2025
      143K bytes
      Cache
     
  6. hamming_loss — scikit-learn 1.6.1 documentation

    also accuracy_score Compute the accuracy score. By default, the...jaccard_score Compute the Jaccard similarity coefficient score. zero_one_loss...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Mon Apr 21 17:07:39 UTC 2025
      112.3K bytes
      Cache
     
  7. Lasso — scikit-learn 1.6.1 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.Lasso.html
    Mon Apr 21 17:07:39 UTC 2025
      168.5K bytes
      Cache
     
  8. Trump teases a third term, but the 22nd amendme...

    Pinterest Linkedin Latest Stories Trump admin Politics World...took office, Trump has teased, stoked, nurtured, fed and, if nothing...
    www.nbcnews.com/politics/donald-trump/trump-third-term-constitution-forbids-rcna193329
    Tue Apr 01 01:03:38 UTC 2025
      450.3K bytes
      Cache
     
  9. Release Highlights for scikit-learn 1.3 — sciki...

    score_type = "both" , score_name = "Accuracy"...sklearn.metrics import v_measure_score X , true_labels = load_digits...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_3_0.html
    Mon Apr 21 17:07:38 UTC 2025
      116K bytes
      Cache
     
  10. OOB Errors for Random Forests — scikit-learn 1....

    oob_score = True , max_features = "sqrt"...max_features = "log2" , oob_score = True , random_state = RANDOM_STATE...
    scikit-learn.org/stable/auto_examples/ensemble/plot_ensemble_oob.html
    Mon Apr 21 17:07:38 UTC 2025
      94K bytes
      Cache
     
Back to top