- Sort Score
- Num 10 results
- Language All
- Labels All
Results 581 - 590 of 1,677 for commute (2.66 seconds)
Filter
-
r_regression — scikit-learn 1.8.0 documentation
force_finite = True ) [source] # Compute Pearson’s r for each features...regressor and the target is computed as: E [( X [:, i ] - mean...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.r_regression.html -
feature_extraction.rst.txt
tf-idfs are computed exactly and how the tf-idfs computed in scikit-learn's...informative to some tasks, such as *computer*. You should also make sure...scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt -
RidgeClassifier — scikit-learn 1.8.0 documentation
default=’auto’ Solver to use in the computational routines: ‘auto’ chooses...Value Decomposition of X to compute the Ridge coefficients. It...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html -
OneVsRestClassifier — scikit-learn 1.8.0 docume...
In addition to its computational efficiency (only n_classes...number of jobs to use for the computation: the n_classes one-vs-rest...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html -
TunedThresholdClassifierCV — scikit-learn 1.8.0...
all scores and thresholds computed during the cross-validation...the scores and thresholds computed during the cross-validation...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html -
scikit-learn: machine learning in Python — scik...
Community About us: See people and contributing...Discord: @scikit-learn Communication on all channels should respect...scikit-learn.org/stable/index.html -
Various Agglomerative Clustering on a 2D embedd...
Computing embedding Done. ward : 0.06s...the digits dataset print ( "Computing embedding" ) X_red = manifold...scikit-learn.org/stable/auto_examples/cluster/plot_digits_linkage.html -
confusion_matrix — scikit-learn 1.8.0 documenta...
normalize = None ) [source] # Compute confusion matrix to evaluate...For binary classification, compute true negative, false positive,...scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html -
RandomForestClassifier — scikit-learn 1.8.0 doc...
“balanced” except that weights are computed based on the bootstrap sample...n_outputs) Decision function computed with out-of-bag estimate on...scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html -
ExtraTreesClassifier — scikit-learn 1.8.0 docum...
“balanced” except that weights are computed based on the bootstrap sample...n_outputs) Decision function computed with out-of-bag estimate on...scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html