- Sort Score
- Num 10 results
- Language All
- Labels All
Results 401 - 410 of over 10,000 for 1 (0.55 seconds)
-
MaxAbsScaler — scikit-learn 1.8.0 documen...
-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 -
FeatureHasher and DictVectorizer Comparison ...
'example': 1, 'but': 1, 'this': 1, 'another':...tokenize ( doc ): freq [ tok ] += 1 return freq token_freqs ( "That...scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html -
fbeta_score — scikit-learn 1.8.0 document...
1 , 2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0...beta > 1 gives more weight to recall, while beta < 1 favors...scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html -
d2_brier_score — scikit-learn 1.8.0 docum...
y_true in {-1, 1} or {0, 1}, pos_label defaults to 1; else if y_true...explained. Best possible score is 1.0 and it can be negative because...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_brier_score.html -
SparsePCA — scikit-learn 1.8.0 documentation
means 1 unless in a joblib.parallel_backend context. -1 means...n_components = None , * , alpha = 1 , ridge_alpha = 0.01 , max_iter...scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparsePCA.html -
check_cv — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.model_selection.check_cv.html -
Nearest Neighbors Classification — scikit...
feature_names [ 1 ], shading = "auto".... iloc [:, 0 ], X . iloc [:, 1 ], c = y , edgecolors = "k"...scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html -
RBFSampler — scikit-learn 1.8.0 documenta...
[ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y...version 1.2: The option "scale" was added in 1.2. n_components...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html -
RadiusNeighborsTransformer — scikit-learn...
() array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_output...who’s the closest point to [1, 1, 1]: >>> import numpy...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsTransformer.html -
ExtraTreeClassifier — scikit-learn 1.8.0 ...
[{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