- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2151 - 2160 of 5,766 for * (2.37 sec)
-
SelectFwe — scikit-learn 1.7.2 documentation
generated: ["x0", "x1", ..., "x(n_features_in_ - 1)"] . If input_features...SelectFwe ( chi2 , alpha = 0.01 ) . fit_transform ( X , y ) >>> X_new...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFwe.html -
sklearn.kernel_approximation — scikit-learn 1.7...
"skewed chi-squared" kernel....Back to top Ctrl + K GitHub Choose version sklearn.kernel_approximation...scikit-learn.org/stable/api/sklearn.kernel_approximation.html -
sklearn.frozen — scikit-learn 1.7.2 documentation
top Ctrl + K GitHub Choose version sklearn.frozen # FrozenEstimator...fitted estimator to prevent re-fitting....scikit-learn.org/stable/api/sklearn.frozen.html -
RegressorChain — scikit-learn 1.7.2 documentation
chain . predict ( X ) array([[0., 2.], [1., 1.], [2., 0.]]) fit...matrix Y.: order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The...scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html -
_safe_indexing — scikit-learn 1.7.2 documentation
utils. _safe_indexing ( X , indices , * , axis = 0 ) [source] # Return...data = np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]]) >>> _safe_indexing...scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html -
TargetTags — scikit-learn 1.7.2 documentation
from ~sklearn.base.RegressorMixin and ~sklearn.base.ClassifierMixin...is a 1D labels (y). two_d_labels bool, default=False Whether the...scikit-learn.org/stable/modules/generated/sklearn.utils.TargetTags.html -
safe_sparse_dot — scikit-learn 1.7.2 documentation
safe_sparse_dot ( X , X . T ) >>> dot_product . toarray () array([[ 5, 11,...= csr_matrix ([[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]]) >>> dot_product...scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.safe_sparse_dot.html -
check_consistent_length — scikit-learn 1.7.2 do...
sklearn.utils. check_consistent_length ( * arrays ) [source] # Check...check_consistent_length >>> a = [ 1 , 2 , 3 ] >>> b = [ 2 , 3 , 4 ] >>> check_consistent_length...scikit-learn.org/stable/modules/generated/sklearn.utils.check_consistent_length.html -
sklearn.utils — scikit-learn 1.7.2 documentation
input. Meta-estimators # Utilities for meta-estimators. meta...columns of a CSC/CSR matrix in-place. sparsefuncs.inplace_swap_row...scikit-learn.org/stable/api/sklearn.utils.html -
inplace_swap_column — scikit-learn 1.7.2 docume...
todense () matrix([[8, 0, 2], [0, 0, 5], [0, 0, 0], [0, 0, 0]]) >>>...todense () matrix([[0, 8, 2], [0, 0, 5], [0, 0, 0], [0, 0, 0]]) On...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_column.html