Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 781 - 790 of 1,083 for store (0.43 sec)

  1. learning_curve — scikit-learn 1.7.2 documentation

    scoring str or callable, default=None Scoring method to...train_scores array of shape (n_ticks, n_cv_folds) Scores on training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Fri Oct 10 15:14:35 UTC 2025
      125.7K bytes
      Cache
     
  2. Compare Stochastic learning strategies for MLPC...

    print ( "Training set score: %f " % mlp . score ( X , y )) print (...learning-rate Training set score: 0.980000 Training set loss:...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html
    Fri Oct 10 15:14:33 UTC 2025
      105.4K bytes
      Cache
     
  3. How does Elastic Security drive value to your o...

    There are so many great stories I can tell you about how Elastic...terabytes of data, but this story doesn't tell us the rest of...
    www.elastic.co/blog/how-elastic-security-drive-value-organization
    Sat Oct 11 00:44:40 UTC 2025
      473.6K bytes
      Cache
     
  4. Early stopping of Stochastic Gradient Descent —...

    train_score , test_score = fit_and_score ( estimator ,...estimator . n_iter_ train_score = estimator . score ( X_train , y_train...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Fri Oct 10 15:14:33 UTC 2025
      107.6K bytes
      Cache
     
  5. Introducing the set_output API — scikit-learn 1...

    SelectPercentile Parameters score_func <function f_c...x7faad1943be0>...( X_train , y_train ) clf . score ( X_test , y_test ) 0.801829268292683...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Fri Oct 10 15:14:33 UTC 2025
      160.9K bytes
      Cache
     
  6. Implementing search and generative AI for your ...

    Additional resources [Customer story] Docusign brings the power of...
    www.elastic.co/resources/search/ebook/implementing-search-for-your-knowledge-base
    Wed Sep 24 01:00:20 UTC 2025
      408.6K bytes
      Cache
     
  7. plot_multi_metric_evaluation.rst.txt

    sample_score_mean - sample_score_std, sample_score_mean + sample_score_std,...: range(2, 403, 20)}, scoring=scoring, refit="AUC", n_jobs=2,...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Mon Oct 06 22:31:17 UTC 2025
      6.6K bytes
     
  8. Effect of model regularization on training and ...

    "R$^2$ Score" , ) test_scores_mean = disp . test_scores . mean...param_range = alphas , scoring = "r2" , n_jobs = 2 , score_type = "both"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Fri Oct 10 15:14:36 UTC 2025
      102.8K bytes
      1 views
      Cache
     
  9. plot_classifier_comparison.py

    y_train) score = clf.score(X_test, y_test) Decis...0.3, y_min + 0.3, ("%.2f" % score).lstrip("0"), size=15, hori...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Fri Oct 10 15:14:34 UTC 2025
      4.8K bytes
      1 views
     
  10. Multilabel classification using a classifier ch...

    model_scores = [ ovr_jaccard_score ] + chain_jaccard_scores + [...X_test ) ovr_jaccard_score = jaccard_score ( Y_test , Y_pred_ovr...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Fri Oct 10 15:14:33 UTC 2025
      105.1K bytes
      Cache
     
Back to top