- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 491 - 500 of 2,952 for 1 (0.72 sec)
-
ExtraTreeClassifier — scikit-learn 1.6.1 docume...
[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html -
PCA — scikit-learn 1.6.1 documentation
([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...more details. Added in version 1.1. power_iteration_normalizer {‘auto’,...scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html -
LatentDirichletAllocation — scikit-learn 1.6.1 ...
evaluate_every = -1 , total_samples = 1000000.0 , perp_tol = 0.1 , mean_change_tol...None, defaults to 1 / n_components . In [1] , this is called...scikit-learn.org/stable/modules/generated/sklearn.decomposition.LatentDirichletAllocation.html -
LinearSVR — scikit-learn 1.6.1 documentation
intercept term: [x_1, ..., x_n, 1] , where 1 corresponds to the...version 1.3: The "auto" option is added in version 1.3 and will...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html -
LeavePOut — scikit-learn 1.6.1 documentation
3] Test: index=[0 1] Fold 1: Train: index=[1 3] Test: index=[0...index=[1 2] Fold 4: Train: index=[0 2] Test: index=[1 3] Fold...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html -
MultiOutputClassifier — scikit-learn 1.6.1 docu...
( X [ - 2 :]) array([[1, 1, 1], [1, 0, 1]]) fit ( X , Y , sample_weight...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputClassifier.html -
RepeatedKFold — scikit-learn 1.6.1 documentation
array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> rkf = RepeatedKFold (...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
TweedieRegressor — scikit-learn 1.6.1 documenta...
float64(1.600...) >>> clf . predict ([[ 1 , 1 ], [ 3 , 4 ]])...Power Distribution 0 Normal 1 Poisson (1,2) Compound Poisson Gamma...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html -
MaxAbsScaler — scikit-learn 1.6.1 documentation
-1. , 1. ], [ 1. , 0. , 0. ], [ 0. , 1. , -0.5]]) fit...= [[ 1. , - 1. , 2. ], ... [ 2. , 0. , 0. ], ... [ 0. , 1. , -...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MaxAbsScaler.html -
chi2 — scikit-learn 1.6.1 documentation
array ([[ 1 , 1 , 3 ], ... [ 0 , 1 , 5 ], ... [ 5 , 4 , 1 ], ......y = np . array ([ 1 , 1 , 0 , 0 , 2 , 2 ]) >>> chi2_stats , p_values...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html