- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2051 - 2060 of 4,807 for * (3.32 sec)
-
Wikipedia principal eigenvector — scikit-learn ...
== 0 : print ( "[ %s ] line: %08d " % ( datetime . now () . isoformat...disk # redirects_url = "http://downloads.dbpedia.org/3.5.1/en/...scikit-learn.org/stable/auto_examples/applications/wikipedia_principal_eigenvector.html -
GraphicalLasso — scikit-learn 1.7.1 documentation
], ... [ 0.2 , 0.0 , 0.3 , 0.1 ], ... [ 0.0 , 0.0 , 0.1 , 0.7...array ([[ 0.8 , 0.0 , 0.2 , 0.0 ], ... [ 0.0 , 0.4 , 0.0 , 0.0 ],...scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLasso.html -
PLSSVD — scikit-learn 1.7.1 documentation
([[ 0. , 0. , 1. ], ... [ 1. , 0. , 0. ], ... [ 2. , 2. , 2....0.2 ], ... [ 0.9 , 1.1 ], ... [ 6.2 , 5.9 ], ... [ 11.9 , 12.3 ]])...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSSVD.html -
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 -
oas — scikit-learn 1.7.1 documentation
estimation.”, Chen, Y., Wiesel, A., Eldar, Y. C., & Hero, A. O. IEEE...shrunk_cov array([[0.7533, 0.2763], [0.2763, 0.3964]]) >>> shrinkage...scikit-learn.org/stable/modules/generated/oas-function.html -
load_sample_image — scikit-learn 1.7.1 document...
load_sample_image ( 'china.jpg' ) >>> china . dtype dtype('uint8') >>> china...'flower.jpg' ) >>> flower . dtype dtype('uint8') >>> flower . shape...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_sample_image.html