- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 351 - 360 of 2,898 for 1 (0.1 sec)
-
VarianceThreshold — scikit-learn 1.7.0 document...
1 , 4 , 3 ], [ 0 , 1 , 1 , 3 ]] >>> selector...fit_transform ( X ) array([[2, 0], [1, 4], [1, 1]]) fit ( X , y = None )...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.VarianceThreshold.html -
SelectKBest — scikit-learn 1.7.0 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 On this page...all strings. Added in version 1.0. See also f_classif ANOVA F-value...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html -
sample_without_replacement — scikit-learn 1.6.1...
1, 5, 0, 7]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.utils.random.sample_without_replacement.html -
make_column_selector — scikit-learn 1.7.0 docum...
1. , 0. , 0. ], [-1.50755672, 1. , 0. , 0. ], [-0.30151134,...[-0.30151134, 0. , 1. , 0. ], [ 0.90453403, 0. , 0. , 1. ]]) __call__...scikit-learn.org/stable/modules/generated/sklearn.compose.make_column_selector.html -
OAS — scikit-learn 1.7.0 documentation
precision_ array([[ 1.7833, -1.2431 ], [-1.2431, 3.3889]]) >>>...the estimator. References [ 1 ] ( 1 , 2 ) “Shrinkage algorithms...scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html -
PLSSVD — scikit-learn 1.7.0 documentation
1 , - 0.2 ], ... [ 0.9 , 1.1 ], ... [ 6.2 , 5.9...np . array ([[ 0. , 0. , 1. ], ... [ 1. , 0. , 0. ], ... [ 2. ,...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSSVD.html -
Examples — scikit-learn 1.7.0 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...scikit-learn 1.7 Release Highlights for scikit-learn 1.7 Release...scikit-learn.org/stable/auto_examples/index.html -
fetch_covtype — scikit-learn 1.7.0 documentation
Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the covertype...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_covtype.html -
oas — scikit-learn 1.7.0 documentation
References [ 1 ] ( 1 , 2 ) “Shrinkage algorithms...The regularised covariance is: (1 - shrinkage) * cov + shrinkage...scikit-learn.org/stable/modules/generated/oas-function.html -
randomized_svd — scikit-learn 1.6.1 documentation
approximation problem described in [1] (problem (1.5), p5). Refer to Wikipedia...n_iter=0 or 1 should even work fine in theory (see [1] page 9)....scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_svd.html