- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 2,898 for 1 (0.08 sec)
-
DictVectorizer — scikit-learn 1.7.0 documentation
[{ 'foo' : 1 , 'bar' : 2 }, { 'foo' : 3 , 'baz' : 1 }] >>> X =...) >>> X array([[2., 0., 1.], [0., 1., 3.]]) >>> v . inverse_transform...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html -
ExpSineSquared — scikit-learn 1.7.0 documentation
ExpSineSquared ( length_scale = 1.0 , periodicity = 1.0 , length_scale_bounds...ExpSineSquared ( length_scale = 1 , periodicity = 1 ) >>> gpr = GaussianProcessRegre...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ExpSineSquared.html -
all_displays — scikit-learn 1.6.1 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version all_displays # sklearn.utils.discovery. all_displays ...scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_displays.html -
all_functions — scikit-learn 1.6.1 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version all_functions # sklearn.utils.discovery. all_function...scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_functions.html -
GammaRegressor — scikit-learn 1.7.0 documentation
alpha = 1.0 , fit_intercept = True , solver...Parameters : alpha float, default=1 Constant that multiplies the L2...scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html -
RocCurveDisplay — scikit-learn 1.7.0 documentation
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...([ 0 , 0 , 1 , 1 ]) >>> y_score = np . array ([ 0.1 , 0.4 , 0.35...scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html -
KernelDensity — scikit-learn 1.7.0 documentation
log_density array([-1.52955942, -1.51462041, -1.60244657]) fit (...KernelDensity ( * , bandwidth = 1.0 , algorithm = 'auto' , kernel...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KernelDensity.html -
RBF — scikit-learn 1.7.0 documentation
return_X_y = True ) >>> kernel = 1.0 * RBF ( 1.0 ) >>> gpc = GaussianProcessClass...ernels. RBF ( length_scale = 1.0 , length_scale_bounds = (1e-05,...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RBF.html -
Recently Deprecated — scikit-learn 1.6.1 docume...
Deprecated # To be removed in 1.7 utils.parallel_backend util...scikit-learn.org/stable/api/deprecated.html -
recall_score — scikit-learn 1.7.0 documentation
[ 1 , 1 , 1 ], [ 0 , 1 , 1 ]] >>> y_pred = [[...[[ 0 , 0 , 0 ], [ 1 , 1 , 1 ], [ 1 , 1 , 0 ]] >>> recall_score...scikit-learn.org/stable/modules/generated/sklearn.metrics.recall_score.html