Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 831 - 840 of 1,291 for store (0.11 sec)

  1. Feature discretization — scikit-learn 1.7.0 doc...

    y_train ) score = clf . score ( X_test , y_test ) print...print ( f " { name } : { score : .2f } " ) # plot the decision...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Thu Jul 03 11:42:06 UTC 2025
      128.7K bytes
      Cache
     
  2. BaggingClassifier — scikit-learn 1.7.0 document...

    oob_score_ float Score of the training dataset...bootstrap_features = False , oob_score = False , warm_start = False...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html
    Thu Jul 03 11:42:05 UTC 2025
      153.9K bytes
      Cache
     
  3. DummyRegressor — scikit-learn 1.7.0 documentation

    score ( X , y ) 0.0 fit ( X , y ,...distribution of query points. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html
    Thu Jul 03 11:42:05 UTC 2025
      140.5K bytes
      Cache
     
  4. Visualization of MLP weights on MNIST — scikit-...

    05534985 Training set score: 0.986429 Test set score: 0.953061 # Authors:...print ( "Training set score: %f " % mlp . score ( X_train , y_train...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Thu Jul 03 11:42:05 UTC 2025
      93.4K bytes
      Cache
     
  5. Effect of transforming the targets in regressio...

    r2_score def compute_score ( y_true , y_pred ):...get ]): for name , score in compute_score ( y_test , y_pred )...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Thu Jul 03 11:42:06 UTC 2025
      125.3K bytes
      Cache
     
  6. NBC News Now Live Audio: Listen to live news au...

    Pinterest Linkedin Latest Stories U.S. News Politics World Sports...news and stay on top of the stories that matter most. Listen to...
    www.nbcnews.com/news/nbc-news-now-live-audio-listen-live-news-audio-day-rcna70163
    Fri Jul 04 01:05:42 UTC 2025
      226.4K bytes
      Cache
     
  7. GammaRegressor — scikit-learn 1.7.0 documentation

    score ( X , y ) np.float64(0.773)...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Thu Jul 03 11:42:06 UTC 2025
      139.2K bytes
      Cache
     
  8. LinearSVC — scikit-learn 1.7.0 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
    Thu Jul 03 11:42:05 UTC 2025
      162.7K bytes
      Cache
     
  9. Common pitfalls in the interpretation of coeffi...

    score in scores . items (): ax . plot ([],...regularization" ) for name , score in scores . items (): ax . plot ([],...
    scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html
    Thu Jul 03 11:42:05 UTC 2025
      290.9K bytes
      Cache
     
  10. Caching nearest neighbors — scikit-learn 1.7.0 ...

    cv_results_ [ "mean_test_score" ], yerr = grid_model . cv_results_...cv_results_ [ "std_test_score" ], ) axes [ 0 ] . set ( xlabel =...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Thu Jul 03 11:42:05 UTC 2025
      93.5K bytes
      Cache
     
Back to top