- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1051 - 1060 of 9,014 for 2 (0.18 seconds)
-
Map data to a normal distribution — sciki...
figaspect ( 2 )) axes = axes . flatten () axes_idxs..., 9 ), ( 1 , 4 , 7 , 10 ), ( 2 , 5 , 8 , 11 ), ( 12 , 15 , 18...scikit-learn.org/stable/auto_examples/preprocessing/plot_map_data_to_normal.html -
DictionaryLearning — scikit-learn 1.8.0 d...
X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...argmin 0.5 || X - U V || _Fro ^ 2 + alpha * || U || _1 , 1 ( U ,...scikit-learn.org/stable/modules/generated/sklearn.decomposition.DictionaryLearning.html -
Regularization path of L1- Logistic Regression ...
scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html -
CountVectorizer — scikit-learn 1.8.0 docu...
2) means unigrams and bigrams, and (2, 2) means only...'word' , ngram_range = ( 2 , 2 )) >>> X2 = vectorizer2...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html -
robust_scale — scikit-learn 1.8.0 documen...
scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html -
BernoulliRBM — scikit-learn 1.8.0 documen...
Contrastive Divergence (PCD) [2]. The time complexity of this...this implementation is O(d ** 2) assuming d ~ n_features ~ n_components....scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html -
GaussianNB — scikit-learn 1.8.0 documenta...
[ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> Y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html -
Plot individual and voting regression predictio...
default=2 The minimum number of samples...values must be in the range `[2, inf)`. - If float, values must...scikit-learn.org/stable/auto_examples/ensemble/plot_voting_regressor.html -
IBM Z and z/OS - IBM Developer
Part 2: Security Explore three different...items Page number, of 8 pages 1 2 3 4 5 6 7 8 of 8 pages Previous...developer.ibm.com/components/ibmz/ -
Successive Halving Iterations — scikit-le...
"min_samples_split" : randint ( 2 , 11 ), "bootstrap"...param_distributions = param_dist , factor = 2 , random_state = rng ) rsh . fit...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html