- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1171 - 1180 of 2,064 for = (0.09 sec)
-
gen_batches — scikit-learn 1.7.2 documentation
min_batch_size = 0 ) [source] # Generator to create...batch. min_batch_size int, default=0 Minimum number of elements in...scikit-learn.org/stable/modules/generated/sklearn.utils.gen_batches.html -
oas — scikit-learn 1.7.2 documentation
>>> X = rng . multivariate_normal ( mean = [ 0 , 0 ], cov = real_cov...>>> rng = np . random . RandomState ( 0 ) >>> real_cov = [[ .8...scikit-learn.org/stable/modules/generated/oas-function.html -
Create and upload source maps (RUM) | Elastic Docs
serviceVersion = require("./package.json").version const apm = initApm({...const git = require('git-rev-sync') const serviceVersion = git.short()...www.elastic.co/docs/solutions/observability/apm/apm-agents/create-upload-source-maps-rum -
VarianceThreshold — scikit-learn 1.7.2 document...
VarianceThreshold ( threshold = 0.0 ) [source] # Feature selector...Parameters : threshold float, default=0 Features with a training-set...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.VarianceThreshold.html -
governance.rst.txt
_governance: ========== Scikit-learn governance and decision-making...decision-making ========== The purpose of this document is to formalize...scikit-learn.org/stable/_sources/governance.rst.txt -
Failure of Machine Learning to infer causal eff...
< 0 ] = 0 abilities = rng . normal ( 0 , 0.15 , size = n_samples...grid = sns . pairplot ( df , diag_kind = "kde" , corner = True...scikit-learn.org/stable/auto_examples/inspection/plot_causal_interpretation.html -
check_symmetric — scikit-learn 1.7.2 documentation
tol = 1e-10 , raise_warning = True , raise_exception = False...arrays. Default = 1E-10. raise_warning bool, default=True If True...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_symmetric.html -
Image denoising using kernel PCA — scikit-learn...
random_state = 0 , train_size = 1_000 , test_size = 100 ) rng = np ....axs = plt . subplots ( nrows = 10 , ncols = 10 , figsize = ( 8...scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html -
Test with permutations the significance of a cl...
clf = SVC ( kernel = "linear" , random_state = 7 ) cv = StratifiedKFold...load_iris iris = load_iris () X = iris . data y = iris . target...scikit-learn.org/stable/auto_examples/model_selection/plot_permutation_tests_for_classification.html -
locally_linear_embedding — scikit-learn 1.7.2 d...
reg = 0.001 , eigen_solver = 'auto' , tol = 1e-06 , max_iter...max_iter = 100 , method = 'standard' , hessian_tol = 0.0001 , modified_tol...scikit-learn.org/stable/modules/generated/sklearn.manifold.locally_linear_embedding.html