- Sort Score
- Num 10 results
- Language All
- Labels All
Results 281 - 290 of over 10,000 for 1 (0.13 seconds)
-
calinski_harabasz_score — scikit-learn 1....
scikit-learn.org/stable/modules/generated/sklearn.metrics.calinski_harabasz_score.html -
coverage_error — scikit-learn 1.8.0 docum...
>>> y_true = [[ 1 , 0 , 0 ], [ 0 , 1 , 1 ]] >>> y_score...y_score = [[ 1 , 0 , 0 ], [ 0 , 1 , 1 ]] >>> coverage_error...scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html -
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 -
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 -
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 -
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 -
RowMapperResultSetExtractor (Spring Framework 7...
1)); Alternatively, consider subclassing...row-mapping logic) there. Since: 1.0.2 Author: Juergen Hoeller, Yanming...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/core/RowMapperR... -
Successive Halving Iterations — scikit-le...
[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.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