- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 401 - 410 of 2,535 for = (0.06 sec)
-
Successive Halving Iterations — scikit-learn 1....
n_samples = 400 , n_features = 12 , random_state = rng ) clf = RandomForestClassifi...( legend = False , alpha = 0.6 ) labels = [ f "iter= { i } \n...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html -
favicon-16x16.png
whitePointY=32899, redX=63999, redY=33001, greenX=30000, greenY=60000,...keyword=XML:com.adobe.xmp, value=<?xpacket begin="" id="W5M0M...www.elastic.co/favicon-16x16.png -
Robust linear estimator fitting — scikit-learn ...
( 42 ) X = np . random . normal ( size = 400 ) y = np . sin (...( size = 200 ) y_test = np . sin ( X_test ) X_test = X_test [:,...scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html -
GitHub - labwc/labwc: A Wayland window-stacking...
height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true"...aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16"...github.com/labwc/labwc -
Plot the decision surfaces of ensembles of tree...
mean ( axis = 0 ) std = X . std ( axis = 0 ) X = ( X - mean ) /...Parameters n_classes = 3 n_estimators = 30 cmap = plt . cm . RdYlBu...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html -
SGD: Penalties — scikit-learn 1.5.2 documentation
inline = 1 , fontsize = 18 , fmt = { 1.0 : "L2" }, manual = [( -...inline = 1 , fontsize = 18 , fmt = { 1.0 : "L1" }, manual = [( -...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_penalties.html -
Selecting dimensionality reduction with Pipelin...
LinearSVC(dual=False, max_iter=10000))]), n_jobs=1, param_grid=[{'classify__C':...LinearSVC(dual=False, max_iter=10000))]), n_jobs=1, param_grid=[{'classify__C':...scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html -
Statistical comparison of models using grid sea...
hue = y , marker = "o" , s = 25 , edgecolor = "k" , legend...n_splits = 10 , n_repeats = 10 , random_state = 0 ) search = GridSearchCV...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.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 -
ValidationCurveDisplay — scikit-learn 1.5.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