- Sort Score
- Num 10 results
- Language All
- Labels All
Results 291 - 300 of over 10,000 for 1 (3.97 seconds)
Filter
-
KernelPCA — scikit-learn 1.8.0 documentation
coef0 = 1 , kernel_params = None , alpha = 1.0 , fit_inverse_transform...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.decomposition.KernelPCA.html -
ExtraTreeRegressor — scikit-learn 1.8.0 documen...
min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...max_features=n_features . Changed in version 1.1: The default of max_features...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html -
Importance of Feature Scaling — scikit-learn 1....
it has a standard deviation of 1 and a mean of 0. Even if tree...variable “hue” varies between 1 and 10. Because of this, distances...scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html -
Nystroem — scikit-learn 1.8.0 documentation
means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also AdditiveChi2Sampler...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.Nystroem.html -
PredefinedSplit — scikit-learn 1.8.0 docu...
1 , 1 ]) >>> test_fold = [ 0 , 1 , - 1 , 1 ] >>>...PredefinedSplit(test_fold=array([ 0, 1, -1, 1])) >>> for i , (...scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html -
VotingRegressor — scikit-learn 1.8.0 documentation
means 1 unless in a joblib.parallel_backend context. -1 means...KNeighborsRegressor () >>> X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4...scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html -
paired_manhattan_distances — scikit-learn...
array ([[ 1 , 1 , 0 ], [ 0 , 1 , 0 ], [ 0 , 0 , 1 ]]) >>>...calculated between (X[0], Y[0]), (X[1], Y[1]), …, (X[n_samples], Y[n_samples])....scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_manhattan_distances.html -
PassiveAggressiveRegressor — scikit-learn 1.8.0...
deprecated in version 1.8 and will be removed in 1.10. Instead use:...PassiveAggressiveReg ( * , C = 1.0 , fit_intercept = True , max_iter...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveRegressor.html -
PatchExtractor — scikit-learn 1.8.0 documentation
1), it is taken to mean a proportion...load_sample_images () . images [ 1 ] >>> X = X [ None , ... ] >>>...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.PatchExtractor.html -
DotProduct — scikit-learn 1.8.0 documentation
1)\) priors on the coefficients of \(x_d (d = 1, . . ....nels. DotProduct ( sigma_0 = 1.0 , sigma_0_bounds = (1e-05, 100000.0)...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.DotProduct.html