- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 871 - 880 of 2,002 for = (0.06 sec)
-
Effect of model regularization on training and ...
n_informative = 50 , shuffle = False , noise = 1.0 , coef = True , random_state...color = "k" , linewidth = 2 , linestyle = "--" , label = f "Optimum...scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html -
O Finder, where art thou? | MetaFilter
<div class="svg-sprite" id="svg-sprite-container" style="display:none"></div>...type="text/javascript"> !function() { var static_server = 'dh...www.metafilter.com/209323/O-Finder-where-art-thou -
r2_score — scikit-learn 1.7.0 documentation
sample_weight = None , multioutput = 'uniform_average' ,...r2_score >>> y_true = [ 3 , - 0.5 , 2 , 7 ] >>> y_pred = [ 2.5 , 0.0...scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html -
Hashing feature transformation using Totally Ra...
y = make_circles ( factor = 0.5 , random_state = 0 , noise...random_state = 0 , max_depth = 3 ) X_transformed = hasher . fit_transform...scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_embedding.html -
non_negative_factorization — scikit-learn 1.7.0...
W = None , H = None , n_components = 'auto' , * , init = None...tol = 0.0001 , max_iter = 200 , alpha_W = 0.0 , alpha_H = 'same'...scikit-learn.org/stable/modules/generated/sklearn.decomposition.non_negative_factorization.html -
RadiusNeighborsTransformer — scikit-learn 1.7.0...
leaf_size = 30 , metric = 'minkowski' , p = 2 , metric_params = None...* , mode = 'distance' , radius = 1.0 , algorithm = 'auto' , leaf_size...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsTransformer.html -
ShrunkCovariance — scikit-learn 1.7.0 documenta...
store_precision = True , assume_centered = False , shrinkage = 0.1 ) [source]...multivariate_normal ( mean = [ 0 , 0 ], ... cov = real_cov , ... size = 500 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html -
lars_path_gram — scikit-learn 1.7.0 documentation
max_iter = 500 , alpha_min = 0 , method = 'lar' , copy_X = True ,..., verbose = 0 , return_path = True , return_n_iter = False , positive...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html -
Permutation Importance with Multicollinear or C...
random_state = 42 , n_jobs = 2 ) perm_sorted_idx = result . importances_mean..., y = load_breast_cancer ( return_X_y = True , as_frame = True...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html -
MiniBatchSparsePCA — scikit-learn 1.7.0 documen...
max_iter = 1000 , callback = None , batch_size = 3 , verbose = False...n_components = None , * , alpha = 1 , ridge_alpha = 0.01 , max_iter...scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchSparsePCA.html