- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1271 - 1280 of 9,498 for 2 (0.18 seconds)
-
RepeatedKFold — scikit-learn 1.8.0 docume...
2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...RepeatedKFold ( n_splits = 2 , n_repeats = 2 , random_state = 2652124...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
make_sparse_uncorrelated — scikit-learn 1...
scikit-learn.org/stable/modules/generated/sklearn.datasets.make_sparse_uncorrelated.html -
plot_release_highlights_1_8_0.rst.txt
id="sk-estimator-id-2" type="checkbox" ><label for="sk-estimator-id-2" clas...)) ax2 = fig.add_subplot(1, 2, 2) x2, y2 = S_scaling.T ax2.scatter(x2,...scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_8_0.r... -
Red Hat Ansible Automation Platform - IBM Devel...
of 2 pages 1 2 of 2 pages Previous page Next...use case we introduced in Part 2. 19 August 2024 Open Project Ansible...developer.ibm.com/components/redhat-ansible -
gen_even_slices — scikit-learn 1.8.0 docu...
2, None), slice(2, 4, None), ..., slice(8,...[slice(0, 1, None), slice(1, 2, None), ..., slice(9, 10, None)]...scikit-learn.org/stable/modules/generated/sklearn.utils.gen_even_slices.html -
아카이브
2 11.1 11.0 10.3 10.2 10.1 10.0 9.4 9.3 9.2 9.1 9.0 8.0...I/F Doc 11.2 11.1 11.0 10.3 10.2 10.1 10.0 9.4 9.3 9.2 9.1 9.0 8.0...fess.codelibs.org/ko/archives.html -
Release Highlights for scikit-learn 1.5 —...
nothing; each false negative costs 2; each false positive costs 0.1...."all" ) . ravel () return tp - 2 * fn - 0.1 * fp print ( "Untuned...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html -
1.13. Feature selection — scikit-learn 1....
2. Univariate feature selection...SelectKBest ( f_classif , k = 2 ) . fit_transform ( X , y ) >>>...scikit-learn.org/stable/modules/feature_selection.html -
FeatureHasher — scikit-learn 1.8.0 docume...
'cat' : 2 , 'elephant' : 4 },{ 'dog' : 2 , 'run'...0., 0., 0., 0., 0., 2.], [ 0., 0., 0., -2., -5., 0., 0., 0., 0.,...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html -
pairwise_distances_chunked — scikit-learn...
2 >>> def reduce_func (...[array([0, 3]), array([1]), array([2]), array([0, 3]), array([4])]...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_chunked.html