- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1031 - 1040 of over 10,000 for * (5.39 seconds)
Filter
-
7.4. Imputation of missing values — scikit-lear...
array ([[ - 1 , - 1 , 1 , 3 ], ... [ 4 , - 1 , 0 , - 1 ], ... [...fit_transform ( X ) array([[0., 1.], [0., 2.], [0., 3.]]) 7.4.6. Marking...scikit-learn.org/stable/modules/impute.html -
BayesianRidge — scikit-learn 1.8.0 documentation
fit ([[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge()...300 , tol = 0.001 , alpha_1 = 1e-06 , alpha_2 = 1e-06 , lambda_1...scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html -
2.2. Manifold learning — scikit-learn 1.8.0 doc...
as \(L = D^{-\frac{1}{2}} (D - A) D^{-\frac{1}{2}}\) . Partial...Nature Communications 10, 5415 (2019). 2.2.10. Tips on practical...scikit-learn.org/stable/modules/manifold.html -
ARDRegression — scikit-learn 1.8.0 documentation
fit ([[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) ARDRegression()...300 , tol = 0.001 , alpha_1 = 1e-06 , alpha_2 = 1e-06 , lambda_1...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html -
orthogonal_mp — scikit-learn 1.8.0 documentation
shape (100,) >>> X [: 1 ,] @ coef array([-78.68])...default) this value is set to 10% of n_features. tol float, default=None...scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp.html -
sklearn.kernel_approximation — scikit-learn 1.8...
Approximate kernel feature maps based on Fourier transforms and count sketches. User guide. See the Kernel Approximation section for further details.scikit-learn.org/stable/api/sklearn.kernel_approximation.html -
sklearn.mixture — scikit-learn 1.8.0 documentation
Mixture modeling algorithms. User guide. See the Gaussian mixture models section for further details.scikit-learn.org/stable/api/sklearn.mixture.html -
6. Visualizations — scikit-learn 1.8.0 document...
1. Available Plotting Utilities # 6.1.1. Display Objects...= { "alpha" : 0.8 }) Notice that we pass alpha=0.8 to the plot...scikit-learn.org/stable/visualizations.html -
7. Dataset transformations — scikit-learn 1.8.0...
1. Pipelines and composite estimators 7.1.1. Pipeline:...estimators 7.1.2. Transforming target in regression 7.1.3. FeatureUnion:...scikit-learn.org/stable/data_transforms.html -
1.3. Kernel ridge regression — scikit-learn 1.8...
using only approximately 1/3 of the 100 training datapoints as...Ctrl + K GitHub Choose version 1.3. Kernel ridge regression # Kernel...scikit-learn.org/stable/modules/kernel_ridge.html