- Sort Score
- Num 10 results
- Language All
- Labels All
Results 381 - 390 of over 10,000 for 1 (0.43 seconds)
-
additive_chi2_kernel — scikit-learn 1.8.0...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...additive_chi2_kernel ( X , Y ) array([[-1., -2.], [-2., -1.]]) On this page This...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.additive_chi2_kernel.html -
make_friedman1 — scikit-learn 1.8.0 docum...
Annals of Statistics 19 (1), pages 1-67, 1991. [ 2 ] L. Breiman,...[source] # Generate the “Friedman #1” regression problem. This dataset...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman1.html -
Version 1.6 — scikit-learn 1.8.0 document...
Version 1.6.1 # January 2025 Changed models...was deprecated in 1.6 and will be removed in 1.8. It has no effect...scikit-learn.org/stable/whats_new/v1.6.html -
KNeighborsTransformer — scikit-learn 1.8....
() array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) set_output...rs=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1....scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html -
Two-class AdaBoost — scikit-learn 1.8.0 d...
random_state = 1 ) X2 , y2 = make_gaussian_quantiles...es ( mean = ( 3 , 3 ), cov = 1.5 , n_samples = 300 , n_features...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html -
RadiusNeighborsRegressor — scikit-learn 1...
() array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) score (...], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html -
SVC — scikit-learn 1.8.0 documentation
array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...default=-1 Hard limit on iterations within solver, or -1 for no...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html -
fetch_lfw_pairs — scikit-learn 1.8.0 docu...
Added in version 1.5. delay float, default=1.0 Number of seconds...True , n_retries = 3 , delay = 1.0 ) [source] # Load the Labeled...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html -
ParameterGrid — scikit-learn 1.8.0 docume...
'a' : 1 , 'b' : True }, { 'a' : 1 , 'b'...param_grid = { 'a' : [ 1 , 2 ], 'b' : [ True ,...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html -
Compare cross decomposition methods — sci...
[[ 1. 0.48 -0.01 0. ] [ 0.48 1. -0.01 0. ] [-0.01 -0.01 1. 0.49]...0. 0.49 1. ]] Corr(Y) [[ 1. 0.47 0.03 0.05] [ 0.47 1. 0.03 -0.01]...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html