- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 531 - 540 of 3,451 for 1 (0.07 sec)
-
PLSRegression — scikit-learn 1.5.2 documentation
1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...version 1.5: Y is deprecated in 1.5 and will be removed in 1.7. Use...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html -
auc — scikit-learn 1.5.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html -
13. External Resources, Videos and Talks — scik...
1. New to Scientific Python? # For...scikit-learn.org/stable/presentations.html -
Cython Best Practices, Conventions and Knowledg...
SKLEARN_ENABLE_DEBUG_CYTHON_DIRECTIVES = 1 Start from scratch in a notebook...scikit-learn.org/dev/developers/cython.html -
Release Highlights for scikit-learn 1.0 — sciki...
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...import make_pipeline y = [ 1 , 0 , 1 ] pipe = make_pipeline ( preprocessor...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html -
ComplementNB — scikit-learn 1.5.2 documentation
Added in version 1.2. Changed in version 1.4: The default value...sklearn.naive_bayes. ComplementNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html -
Plotting Learning Curves and Checking Models’ S...
1 , 1.0 , 5 ), "cv" : ShuffleSplit..."train_sizes" : np . linspace ( 0.1 , 1.0 , 5 ), "cv" : ShuffleSplit...scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html -
Release Highlights for scikit-learn 0.22 — scik...
pclass embarked 0 1 S 1 1 S 2 1 S 3 1 S 4 1 S Checking scikit-learn...array ([ 0 , 1 , 2 , np . nan ]) . reshape ( - 1 , 1 ) y = [ 0 ,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html -
Concentration Prior Type Analysis of Variation ...
1.1 ) ax2 . tick_params ( axis =...], [ 0.0 , 0.1 ]], [[ 0.5 , 0.0 ], [ 0.0 , 0.1 ]], [[ 0.5 , 0.0...scikit-learn.org/stable/auto_examples/mixture/plot_concentration_prior.html -
Comparing different hierarchical linkage method...
"connectivity matrix is [0-9]{1,2}" + " > 1. Completing it to avoid...y_pred ) + 1 ), ) ) ) plt . scatter ( X [:, 0 ], X [:, 1 ], s = 10...scikit-learn.org/stable/auto_examples/cluster/plot_linkage_comparison.html