- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 761 - 770 of 2,002 for = (0.84 sec)
-
Map data to a normal distribution — scikit-lear...
QuantileTransformer N_SAMPLES = 1000 FONT_SIZE = 6 BINS = 30 rng = np . random...distribution df = 3 X_chisq = rng . chisquare ( df = df , size = size )...scikit-learn.org/stable/auto_examples/preprocessing/plot_map_data_to_normal.html -
plot_discretization_strategies.zip
py """ ========== Demonstrating the different...strategies of KBinsDiscretizer ========== This example presents the...scikit-learn.org/stable/_downloads/7b16734166ab4280e940d7fb89dd6113/plot_discretization_strategie... -
grid_search_workflow.png
encoding=ISO-8859-1, compression=none keyword=Software, value=www.inkscape.org...0.08468835 width=2031, height=1362, bitDepth=8, colorType=RGBAlpha,...scikit-learn.org/stable/_images/grid_search_workflow.png -
check_consistent_length — scikit-learn 1.7.0 do...
check_consistent_length >>> a = [ 1 , 2 , 3 ] >>> b = [ 2 , 3 , 4 ] >>> ...scikit-learn.org/stable/modules/generated/sklearn.utils.check_consistent_length.html -
Classifier comparison — scikit-learn 1.7.0 docu...
C = 0.025 , random_state = 42 ), SVC ( gamma = 2 , C = 1 ,...clf , X , cmap = cm , alpha = 0.8 , ax = ax , eps = 0.5 ) # Plot...scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html -
1.10. Decision Trees — scikit-learn 1.7.0 docum...
>>> X = [[ 0 , 0 ], [ 1 , 1 ]] >>> Y = [ 0 , 1 ] >>> clf = tree...filled = True , rounded = True , ... special_characters = True...scikit-learn.org/stable/modules/tree.html -
Multi-dimensional scaling — scikit-learn 1.7.0 ...
random_state = 42 , n_jobs = 1 , n_init = 1 , ) X_nmds = nmds . fit_transform...[:, 1 ], color = "navy" , s = s , lw = 0 , label = "True Position"...scikit-learn.org/stable/auto_examples/manifold/plot_mds.html -
Features in Histogram Gradient Boosting Trees —...
electricity = fetch_openml ( name = "electricity" , version = 1 , as_frame...as_frame = True , parser = "pandas" ) df = electricity . frame...scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html -
GMM covariances — scikit-learn 1.7.0 documentation
bottom = 0.01 , top = 0.95 , hspace = 0.15 , wspace = 0.05 ,...scatterpoints = 1 , loc = "lower right" , prop = dict ( size = 12 ))...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html -
BayesianGaussianMixture — scikit-learn 1.7.0 do...
reg_covar = 1e-06 , max_iter = 100 , n_init = 1 , init_params = 'kmeans'...n_components = 1 , covariance_type = 'full' , tol = 0.001 , reg_covar...scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html