- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2081 - 2090 of 4,807 for * (4.61 sec)
-
clone — scikit-learn 1.7.1 documentation
0 ], [ 0 , 1 ], [ 0 , - 1 ], [ 1 , 0 ]] >>> y = [ 0 , 0 , 1 ,..., 1 ] >>> classifier = LogisticRegression () . fit ( X , y )...scikit-learn.org/stable/modules/generated/sklearn.base.clone.html -
img_to_graph — scikit-learn 1.7.1 documentation
ndarray ) array([[0, 0, 0, 0], [0, 0, 0, 1], [0, 0, 0, 1], [0, 1,...0 ], [ 0 , 1 ]]) >>> img_to_graph ( img , return_as = np . ndarray...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.img_to_graph.html -
SelectFwe — scikit-learn 1.7.1 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 -
dict_learning — scikit-learn 1.7.1 documentation
. sum ( X ** 2 , axis = 1 )) np.float64(0.0192) On this page...>>> np . mean ( np . sum (( X_hat - X ) ** 2 , axis = 1 ) / np ....scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning.html -
DataConversionWarning — scikit-learn 1.7.1 docu...
ambiguously. Changed in version 0.18: Moved from sklearn.utils.validation....exception sklearn.exceptions. DataConversionWarnin [source] # Warning...scikit-learn.org/stable/modules/generated/sklearn.exceptions.DataConversionWarning.html -
haversine_distances — scikit-learn 1.7.1 docume...
y_{lat}) / 2) + \cos(x_{lat})\cos(y_{lat})\ sin^2((x_{lon} - y_{lon})...array([[ 0. , 11099.54035582], [11099.54035582, 0. ]]) On this page...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.haversine_distances.html -
sklearn.multiclass — scikit-learn 1.7.1 documen...
learning algorithms. one-vs-the-rest / one-vs-all one-vs-one error correcting...OneVsRestClassifier One-vs-the-rest (OvR) multiclass strategy. OutputCodeClassifier...scikit-learn.org/stable/api/sklearn.multiclass.html -
sklearn.neighbors — scikit-learn 1.7.1 document...
Ctrl + K GitHub Choose version sklearn.neighbors # The k-nearest...Factor (LOF). NearestCentroid Nearest centroid classifier. NearestNeighbors...scikit-learn.org/stable/api/sklearn.neighbors.html -
sklearn.mixture — scikit-learn 1.7.1 documentation
top Ctrl + K GitHub Choose version sklearn.mixture # Mixture modeling...modeling algorithms. User guide. See the Gaussian mixture models...scikit-learn.org/stable/api/sklearn.mixture.html -
VarianceThreshold — scikit-learn 1.7.1 document...
= [[ 0 , 2 , 0 , 3 ], [ 0 , 1 , 4 , 3 ], [ 0 , 1 , 1 , 3 ]] >>>...generated: ["x0", "x1", ..., "x(n_features_in_ - 1)"] . If input_features...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.VarianceThreshold.html