Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 707 for commute (0.35 sec)

  1. sklearn.neighbors.LocalOutlierFactor — scikit-l...

    default=’auto’ Algorithm used to compute the nearest neighbors: ‘ball_tree’...Metric to use for distance computation. Default is “minkowski”,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html
    Fri May 17 16:55:53 UTC 2024
      63.2K bytes
      Cache
     
  2. sklearn.neighbors.KernelDensity — scikit-learn ...

    Metric to use for distance computation. See the documentation of...N-point problems. Examples Compute a gaussian kernel density estimate...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KernelDensity.html
    Fri May 17 16:55:52 UTC 2024
      48.1K bytes
      Cache
     
  3. 3.3. Metrics and scoring: quantifying the quali...

    to compute the scores. any additional... (y_true, probas_pred, *) Compute precision-recall pairs for...
    scikit-learn.org/stable/modules/model_evaluation.html
    Fri May 17 16:55:52 UTC 2024
      351.3K bytes
      Cache
     
  4. Multiclass Receiver Operating Characteristic (R...

    consists in computing a ROC curve per each of the...classes (using numpy.ravel ) to compute the average metrics as follows:...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Fri May 17 16:55:53 UTC 2024
      85.1K bytes
      Cache
     
  5. sklearn.model_selection.validation_curve — scik...

    Compute scores for an estimator with...parameter. However, this will also compute training scores and is merely...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Fri May 17 16:55:53 UTC 2024
      28.2K bytes
      Cache
     
  6. sklearn.cluster.dbscan — scikit-learn 1.4.2 doc...

    NearestNeighbors module to compute pointwise distances and find.... This implementation bulk-computes all neighborhood queries,...
    scikit-learn.org/stable/modules/generated/dbscan-function.html
    Fri May 17 16:55:53 UTC 2024
      25.3K bytes
      Cache
     
  7. Regularization path of L1- Logistic Regression ...

    Logistic Regression Load data Compute regularization path Plot regularization...model fit to speed-up the computation of the full-path. # Author:...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html
    Fri May 17 16:55:51 UTC 2024
      29.1K bytes
      Cache
     
  8. sklearn.preprocessing.StandardScaler — scikit-l...

    independently on each feature by computing the relevant statistics on...the training set. Used to compute scale_ . Equal to None when...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html
    Fri May 17 16:55:52 UTC 2024
      100.2K bytes
      Cache
     
  9. sklearn.ensemble.HistGradientBoostingClassifier...

    as inverse link function to compute the predicted positive class...as inverse link function to compute the predicted probabilities...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html
    Fri May 17 16:55:51 UTC 2024
      80.6K bytes
      Cache
     
  10. sklearn.linear_model.lars_path_gram — scikit-le...

    lars_path_gram Compute LARS path. lasso_path Compute Lasso path with...machine-precision regularization in the computation of the Cholesky diagonal...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html
    Fri May 17 16:55:52 UTC 2024
      25.4K bytes
      Cache
     
Back to top