- Sort Score
- Num 10 results
- Language All
- Labels All
Results 931 - 940 of over 10,000 for * (3.12 seconds)
Filter
-
Model Complexity Influence — scikit-learn 1.8.0...
"changing_param_values" : [ 0.05 , 0.1 , 0.2 , 0.35 , 0.5 ], "complexity_label"...NuSVR(C=1000.0, gamma=3.0517578125e-05, nu=0.05) Complexity: 18...scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html -
Gaussian Mixture Model Sine Curve — scikit-lear...
bottom = 0.04 , top = 0.95 , hspace = 0.2 , wspace = 0.05 , left...( - 6.0 , 4.0 * np . pi - 6.0 ) plt . ylim ( - 5.0 , 5.0 ) plt...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_sin.html -
Gradient Boosting regularization — scikit-learn...
random_state = 1 ) # map labels from {-1, 1} to {0, 1} labels , y..."learning_rate" : 1.0 , "subsample" : 1.0 }), ( "learning_rate=0.2" , "turquoise"...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html -
IsolationForest example — scikit-learn 1.8.0 do...
RandomState ( 0 ) covariance = np . array ([[ 0.5 , - 0.1 ], [ 0.7 , 0.4...be in the range (0, 0.5]. .. versionchanged:: 0.22 The default...scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html -
Plot individual and voting regression predictio...
must be in the range `(0.0, 1.0]`. 1.0 criterion criterion: {'friedman_mse',...range `(0.0, 1.0)`. 0.9 verbose verbose: int, default=0 Enable...scikit-learn.org/stable/auto_examples/ensemble/plot_voting_regressor.html -
Robust covariance estimation and Mahalanobis di...
60075119 -0.07640781] [-0.07640781 1.51855963]] MLE: [[...n_features ) gen_cov [ 0 , 0 ] = 2.0 X = np . dot ( np . random...scikit-learn.org/stable/auto_examples/covariance/plot_mahalanobis_distances.html -
Plot the decision surface of decision trees tra...
plot_step = 0.02 for pairidx , pair in enumerate ([[ 0 , 1 ], [ 0 , 2...2 ], [ 0 , 3 ], [ 1 , 2 ], [ 1 , 3 ], [ 2 , 3 ]]): # We only take...scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html -
Lagged features for time series forecasting — s...
"null_count" 0.0 0.0 0.0 0.0 0.0 0.0 0.0 "mean" 6.537775 11.546752...8.592511 0.19293 8.196795 181.387599 "min" 1.0 0.0 0.82 0.0 0.0 0.0...scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html -
Prediction Intervals for Gradient Boosting Regr...
alpha=0.05, 0.5, 0.95. The models obtained for alpha=0.05 and alpha=0.95...) pbl=0.05 pbl=0.50 pbl=0.95 MSE model mse 0.715413 0.715413...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html -
Prediction Latency — scikit-learn 1.8.0 documen...
SGDRegressor(alpha=0.01, l1_ratio=0.25, penalty='elasticnet', tol=0.0001) Benchmarking..."elasticnet" , alpha = 0.01 , l1_ratio = 0.25 , tol = 1e-4 ), "complexity_label"...scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html