Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 731 - 740 of 1,298 for store (0.1 sec)

  1. Outlier detection with Local Outlier Factor (LO...

    outlier scores radius = ( X_scores . max () - X_scores ) / ( X_scores...X_scores . max () - X_scores . min ()) scatter = plt . scatter...
    scikit-learn.org/stable/auto_examples/neighbors/plot_lof_outlier_detection.html
    Thu Jul 03 11:42:05 UTC 2025
      98.5K bytes
      Cache
     
  2. LassoLarsIC — scikit-learn 1.7.0 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.LassoLarsIC.html
    Thu Jul 03 11:42:05 UTC 2025
      146K bytes
      Cache
     
  3. GradientBoostingClassifier — scikit-learn 1.7.0...

    train_score_ ndarray of shape (n_estimators,) The i-th score train_score_[i]...squared error with improvement score by Friedman, ‘squared_error’...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Thu Jul 03 11:42:05 UTC 2025
      180K bytes
      Cache
     
  4. Displaying Pipelines — scikit-learn 1.7.0 docum...

    '2*n_jobs' error_score nan return_train_score False estimator:...'classifier__n_estimators': [200, 500]} scoring None n_jobs 1 refit True cv...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html
    Thu Jul 03 11:42:05 UTC 2025
      287.7K bytes
      Cache
     
  5. det_curve — scikit-learn 1.7.0 documentation

    y_score ndarray of shape of (n_samples,) Target scores, can...sklearn.metrics. det_curve ( y_true , y_score , pos_label = None , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html
    Thu Jul 03 11:42:05 UTC 2025
      113.8K bytes
      Cache
     
  6. BisectingKMeans — scikit-learn 1.7.0 documentation

    score ( X , y = None , sample_weight...assigned equal weight. Returns : score float Opposite of the value...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.BisectingKMeans.html
    Thu Jul 03 11:42:06 UTC 2025
      151.8K bytes
      Cache
     
  7. ComplementNB — scikit-learn 1.7.0 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.naive_bayes.ComplementNB.html
    Thu Jul 03 11:42:05 UTC 2025
      153.5K bytes
      Cache
     
  8. learning_curve — scikit-learn 1.7.0 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
    Thu Jul 03 11:42:05 UTC 2025
      125.7K bytes
      Cache
     
  9. 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
    Thu Jul 03 11:42:05 UTC 2025
      105.4K bytes
      Cache
     
  10. plot_kmeans_digits.zip

    homo homogeneity score compl completeness score v-meas V measure...metrics.homogeneity_score, metrics.completeness_score, metrics.v_measure_score,...
    scikit-learn.org/stable/_downloads/1393861b58df827d4c681b80a5be2472/plot_kmeans_digits.zip
    Thu Jul 03 11:42:05 UTC 2025
      15.5K bytes
     
Back to top