- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 221 - 230 of 3,499 for 1 (0.07 sec)
-
partial_dependence — scikit-learn 1.7.dev0 docu...
[ 1 , 0 , 0 ]] >>> y = [ 0 , 1 ] >>> from sklearn.ensemble...interacting features (e.g. [(0, 1)] ) for which the partial dependency...scikit-learn.org/dev/modules/generated/sklearn.inspection.partial_dependence.html -
11.1. Array API support (experimental) — scikit...
1.1.1. PyTorch Support # PyTorch Tensors...scikit-learn’s estimators. 11.1.1. Example usage # Here is an example...scikit-learn.org/stable/modules/array_api.html -
FastICA — scikit-learn 1.6.0 documentation
The implementation is based on [1] . Read more in the User Guide...performed. Changed in version 1.3: The default value of whiten...scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html -
GraphicalLassoCV — scikit-learn 1.6.0 documenta...
means 1 unless in a joblib.parallel_backend context. -1 means...0.2 , 0.0 , 0.3 , 0.1 ], ... [ 0.0 , 0.0 , 0.1 , 0.7 ]]) >>> np...scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html -
density — scikit-learn 1.6.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.density.html -
OrthogonalMatchingPursuit — scikit-learn 1.6.0 ...
either set to 10% of n_features or 1, whichever is greater. tol float,...either set to 10% of n_features or 1, whichever is greater. n_features_in_...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html -
load_wine — scikit-learn 1.6.0 documentation
1, 2]) >>> list ( data . target_names...[np.str_('class_0'), np.str_('class_1'), np.str_('class_2')] Gallery...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_wine.html -
TargetEncoder — scikit-learn 1.6.0 documentation
1 ] * 15 + [ 20.4 ] * 5 + [ 20.1 ] * 25 + [ 21.2...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 Comparing...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.TargetEncoder.html -
ledoit_wolf — scikit-learn 1.6.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf.html -
MultinomialNB — scikit-learn 1.6.0 documentation
Added in version 1.2. Changed in version 1.4: The default value... MultinomialNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html