- Sort Score
- Num 10 results
- Language All
- Labels All
Results 301 - 310 of over 10,000 for 1 (0.82 seconds)
Filter
-
sort_graph_by_row_values — scikit-learn 1...
1. ], ... [ 3. , 0. , 2. ], ... [ 1. , 2. , 0. ]])...>>> X . data array([3., 1., 3., 2., 1., 2.]) >>> X_ =...scikit-learn.org/stable/modules/generated/sklearn.neighbors.sort_graph_by_row_values.html -
KNeighborsTransformer — scikit-learn 1.8.0 docu...
() array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) set_output...bors=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1. ]]))...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html -
GaussianMixture — scikit-learn 1.8.0 documentation
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], [ 10 , 2 ],...GaussianMixture ( n_components = 1 , * , covariance_type = 'full'...scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html -
dict_learning — scikit-learn 1.8.0 documentation
1 ( U , V ) with || V_k || _2 = 1 for all 0 <= k...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning.html -
SGDRegressor — scikit-learn 1.8.0 documentation
l1_ratio <= 1. l1_ratio=0 corresponds to L2 penalty, l1_ratio=1 to L1....passive-aggressive algorithm 1, see [1] . Only with loss='epsilon_insensitive'...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html -
r2_score — scikit-learn 1.8.0 documentation
1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...cross-validation). Added in version 1.1. Returns : z float or ndarray...scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html -
check_increasing — scikit-learn 1.8.0 documenta...
scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html -
RadiusNeighborsRegressor — scikit-learn 1.8.0 d...
() array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) score (...[[ 0 ], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>> from...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 -
MiniBatchNMF — scikit-learn 1.8.0 documentation
array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 On this page...scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchNMF.html