- Sort Score
- Num 10 results
- Language All
- Labels All
Results 451 - 460 of over 10,000 for 1 (0.27 seconds)
-
ClassifierChain — scikit-learn 1.8.0 docu...
X_test ) array([[1., 1., 0.], [1., 0., 0.], [0., 1., 0.]]) >>>...order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The order of...scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html -
MLPClassifier — scikit-learn 1.8.0 docume...
:]) array([1, 0, 1, 0, 1]) >>> clf . score...sigmoid function, returns f(x) = 1 / (1 + exp(-x)). ‘tanh’, the hyperbolic...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html -
TweedieRegressor — scikit-learn 1.8.0 doc...
float64(1.600) >>> clf . predict ([[ 1 , 1 ], [ 3 ,...< 1 , no distribution exists. alpha float, default=1 Constant...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html -
7.7. Kernel Approximation — scikit-learn ...
[ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y...\Lambda^{-1}\right) \Lambda \left(K_{21} U_1 \Lambda^{-1}\right)^T...scikit-learn.org/stable/modules/kernel_approximation.html -
homogeneity_score — scikit-learn 1.8.0 do...
1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Non-perfect labelings...homogeneity_score ([ 0 , 0 , 1 , 1 ], [ 0 , 0 , 1 , 2 ])) 1.000000 >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_score.html -
maxabs_scale — scikit-learn 1.8.0 documen...
1 , 2 ], [ - 1 , 0 , 1 ]] >>> maxabs_scale...column independently array([[-1. , 1. , 1. ], [-0.5, 0. , 0.5]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html -
single_source_shortest_path_length — scik...
1), (1, 1), (2, 0), (3, 1), (4, 1), (5, 1)] On this...([[ 0 , 1 , 0 , 0 ], ... [ 1 , 0 , 1 , 0 ], ... [ 0 , 1 , 0 , 0...scikit-learn.org/stable/modules/generated/sklearn.utils.graph.single_source_shortest_path_length.... -
BeanDefinitionReaderUtils (Spring Framework 7.0...
Since: 1.1 Author: Juergen Hoeller, Rob...parent name is not unique, "#1", "#2" etc will be appended, until...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/suppor... -
GradientBoostingRegressor — scikit-learn ...
1 , n_estimators = 100 , subsample = 1.0 , criterion...in the range [1, inf) . subsample float, default=1.0 The fraction...scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html -
RandomForestRegressor — scikit-learn 1.8....
min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...e.g. 0.3. Changed in version 1.1: The default of max_features...scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html