- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 121 - 130 of 2,955 for 1 (0.15 sec)
-
5.1. Partial Dependence and Individual Conditio...
1.1. Partial dependence plots # Partial..., learning_rate = 1.0 , ... max_depth = 1 , random_state = 0...scikit-learn.org/stable/modules/partial_dependence.html -
TfidfVectorizer — scikit-learn 1.7.0 documentation
ngram_range=(1 , 1) , max_df=1.0 , min_df=1 , max_features=None...ngram_range of (1, 1) means only unigrams, (1, 2) means unigrams...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html -
brier_score_loss — scikit-learn 1.7.0 documenta...
y_true in {-1, 1} or {0, 1}, pos_label defaults to 1; else if y_true...defined as: \[\frac{1}{N}\sum_{i=1}^{N}\sum_{c=1}^{C}(y_{ic} - \hat{p}_{ic})^{2}\]...scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html -
1.8. Cross decomposition — scikit-learn 1.7.0 d...
CCA and PLSSVD 1.8.1. PLSCanonical # We here describe...as follows: Set \(X_1\) to \(X\) and \(Y_1\) to \(Y\) . Then,...scikit-learn.org/stable/modules/cross_decomposition.html -
SVR — scikit-learn 1.7.0 documentation
Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32..., tol = 0.001 , C = 1.0 , epsilon = 0.1 , shrinking = True ,...scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html -
MaxAbsScaler — scikit-learn 1.7.0 documentation
-1. , 1. ], [ 1. , 0. , 0. ], [ 0. , 1. , -0.5]]) fit...= [[ 1. , - 1. , 2. ], ... [ 2. , 0. , 0. ], ... [ 0. , 1. , -...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MaxAbsScaler.html -
silhouette_samples — scikit-learn 1.7.0 documen...
The best value is 1 and the worst value is -1. Values near 0 indicate...2 <= n_labels <= n_samples - 1 . This function returns the Silhouette...scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_samples.html -
FunctionTransformer — scikit-learn 1.7.0 docume...
Added in version 1.1. kw_args dict, default=None Dictionary...) array([[0. , 0.6931], [1.0986, 1.3862]]) fit ( X , y = None...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.FunctionTransformer.html -
BernoulliRBM — scikit-learn 1.7.0 documentation
1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>> model...= 256 , * , learning_rate = 0.1 , batch_size = 10 , n_iter = 10...scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html -
pairwise_distances_argmin — scikit-learn 1.7.0 ...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_argmin.html