- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 3,757 for 1 (0.09 sec)
-
cross_validate — scikit-learn 1.7.2 documentation
means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.4 Release Highlights for scikit-learn 1.4 Release...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html -
smacof — scikit-learn 1.7.2 documentation
n_iter will change from 8 to 1 in version 1.9. n_jobs int, default=None...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html -
RegressorChain — scikit-learn 1.7.2 documentation
= [[ 1 , 0 ], [ 0 , 1 ], [ 1 , 1 ]], [[ 0 , 2 ], [ 1 , 1 ], [...order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The order of...scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html -
plot_release_highlights_1_7_0.rst.txt
#sk-container-id-1 pre { padding: 0; } #sk-container-id-1 input.sk-hidden--visually...ound); flex-grow: 1; } #sk-container-id-1 div.sk-parallel { display:...scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_7_0.r... -
clone — scikit-learn 1.7.2 documentation
>>> X = [[ - 1 , 0 ], [ 0 , 1 ], [ 0 , - 1 ], [ 1 , 0 ]] >>> y...y = [ 0 , 0 , 1 , 1 ] >>> classifier = LogisticRegression ()...scikit-learn.org/stable/modules/generated/sklearn.base.clone.html -
SkewedChi2Sampler — scikit-learn 1.7.2 document...
[ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...SkewedChi2Sampler ( * , skewedness = 1.0 , n_components = 100 , random_state...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.SkewedChi2Sampler.html -
plot_tree — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.tree.plot_tree.html -
trustworthiness — scikit-learn 1.7.2 documentation
1]. It is defined as \[T(k) = 1 - \frac{2}{nk (2n...(2n - 3k - 1)} \sum^n_{i=1} \sum_{j \in \mathcal{N}_{i}^{k}}...scikit-learn.org/stable/modules/generated/sklearn.manifold.trustworthiness.html -
roc_auc_score — scikit-learn 1.7.2 documentation
classes_[1] and thus estimator.predict_proba(X, y)[:, 1] . The...it is upper bounded by 1. References [ 1 ] Wikipedia entry for...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html -
VarianceThreshold — scikit-learn 1.7.2 document...
1 , 4 , 3 ], [ 0 , 1 , 1 , 3 ]] >>> selector...fit_transform ( X ) array([[2, 0], [1, 4], [1, 1]]) fit ( X , y = None )...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.VarianceThreshold.html