- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 1,971 for = (0.11 sec)
-
Comparing Linear Bayesian Regressors — scikit-l...
n_informative = 10 , noise = 8 , coef = True , random_state = 42 , )...linthresh = 10e-4 , vmin =- 80 , vmax = 80 ), cbar_kws = { "label"...scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html -
PartialDependenceDisplay — scikit-learn 1.7.2 d...
method = 'auto' , n_jobs = None , verbose = 0 , line_kw = None...ice_lines_kw = None , pd_line_kw = None , contour_kw = None , ax = None...scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html -
Release Highlights for scikit-learn 0.22 — scik...
y_test = train_test_split ( X , y , random_state = 42 ) svc = SVC...LinearSVC X , y = load_iris ( return_X_y = True ) estimators = [ ( "rf"...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html -
NearestNeighbors — scikit-learn 1.7.2 documenta...
n_neighbors = 5 , radius = 1.0 , algorithm = 'auto' , leaf_size = 30 ,..., metric = 'minkowski' , p = 2 , metric_params = None , n_jobs...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html -
Concentration Prior Type Analysis of Variation ...
s = 5 , marker = "o" , color = colors [ y ], alpha = 0.8 )...width = 0.9 , color = "#56B4E9" , zorder = 3 , align = "center"...scikit-learn.org/stable/auto_examples/mixture/plot_concentration_prior.html -
Comparing Target Encoder with Other Encoders — ...
wine_reviews = fetch_openml ( data_id = 42074 , as_frame = True ) df...handle_unknown = "ignore" , max_categories = 20 , sparse_output = False...scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html -
Comparison of kernel ridge regression and SVR —...
c = "k" , label = "data" , zorder = 1 , edgecolors = ( 0 ,..."o-" , color = "r" if name == "SVR" else "g" , label = " %s (train)"...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html -
ElasticNet — scikit-learn 1.7.2 documentation
precompute = False , max_iter = 1000 , copy_X = True , tol = 0.0001...l1_ratio = 0.5 , eps = 0.001 , n_alphas = 100 , alphas = None ,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html -
ValidationCurveDisplay — scikit-learn 1.7.2 doc...
groups = None , cv = None , scoring = None , n_jobs = None ,...pre_dispatch = 'all' , verbose = 0 , error_score = nan , fit_params...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html -
Manifold Learning methods on a severed sphere —...
fontsize = 14 ) ax = fig . add_subplot ( 251 , projection = "3d"...n_neighbors = n_neighbors , n_components = 2 , method = method ,...scikit-learn.org/stable/auto_examples/manifold/plot_manifold_sphere.html