- Sort Score
- Num 10 results
- Language All
- Labels All
Results 381 - 390 of over 10,000 for 1 (0.92 seconds)
Filter
-
Advanced Plotting With Partial Dependence — sci...
returns f(x) = 1 / (1 + exp(-x)). - 'tanh', the hyperbolic...between 0 and 1. Only used if early_stopping is True. 0.1 beta_1 beta_1:...scikit-learn.org/stable/auto_examples/miscellaneous/plot_partial_dependence_visualization_api.html -
TargetEncoder — scikit-learn 1.8.0 documentation
1 ] * 15 + [ 20.4 ] * 5 + [ 20.1 ] * 25 + [ 21.2...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 On this...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.TargetEncoder.html -
Kernel — scikit-learn 1.8.0 documentation
length_scale = 1.0 ): ... self . length_scale =...2.0 ) >>> X = np . array ([[ 1 , 2 ], [ 3 , 4 ]]) >>> print (...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html -
User Guide — scikit-learn 1.8.0 documentation
Guide # 1. Supervised learning 1.1. Linear Models 1.1.1. Ordinary...Lasso 1.1.4. Multi-task Lasso 1.1.5. Elastic-Net 1.1.6. Multi-task...scikit-learn.org/stable/user_guide.html -
fetch_lfw_pairs — scikit-learn 1.8.0 documentation
Added in version 1.5. delay float, default=1.0 Number of seconds...True , n_retries = 3 , delay = 1.0 ) [source] # Load the Labeled...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html -
Incremental PCA — scikit-learn 1.8.0 documentation
scatterpoints = 1 ) plt . axis ([ - 4 , 4 , - 1.5 , 1.5 ]) plt . show...target_name in zip ( colors , [ 0 , 1 , 2 ], iris . target_names ):...scikit-learn.org/stable/auto_examples/decomposition/plot_incremental_pca.html -
safe_sqr — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.utils.safe_sqr.html -
Successive Halving Iterations — scikit-learn 1....
[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html -
Sum — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Sum.html -
Nearest Centroid Classification — scikit-learn ...
scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html