- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 941 - 950 of 4,347 for * (1.65 sec)
-
GradientBoostingRegressor — scikit-learn 1.7.1 ...
{‘squared_error’, ‘absolute_error’, ‘huber’, ‘quantile’}, default=’squared_error’...= None , tol = 0.0001 , ccp_alpha = 0.0 ) [source] # Gradient...scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html -
LinearSVC — scikit-learn 1.7.1 documentation
= 'auto' , tol = 0.0001 , C = 1.0 , multi_class = 'ovr' , fit_intercept...becomes [x_1, ..., x_n, intercept_scaling] , i.e. a “synthetic” feature...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html -
l1_min_c — scikit-learn 1.7.1 documentation
'squared_hinge' , fit_intercept = True ) : .4f } " ) 0.0044 Gallery examples...l1_min_c ( X , y , * , loss = 'squared_hinge' , fit_intercept = True...scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html -
GammaRegressor — scikit-learn 1.7.1 documentation
float64(0.773) >>> clf . coef_ array([0.073, 0.067]) >>> clf . intercept_...intercept_ np.float64(2.896) >>> clf . predict ([[ 1 , 0 ], [ 2 , 8 ]])...scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html -
MiniBatchKMeans — scikit-learn 1.7.1 documentation
generate. init {‘k-means++’, ‘random’}, callable or array-like of...= 'k-means++' , max_iter = 100 , batch_size = 1024 , verbose =...scikit-learn.org/stable/modules/generated/sklearn.cluster.MiniBatchKMeans.html -
cross_val_score — scikit-learn 1.7.1 documentation
instead. E.g.: cross_val_score(..., params={'groups': groups})...print ( cross_val_score ( lasso , X , y , cv = 3 )) [0.3315057...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html -
about.rst.txt
utors>`__. Active Core Contributors ---------- Maintainers Team...<contributing>`. Documentation Team .......... The following people...scikit-learn.org/stable/_sources/about.rst.txt -
RANSACRegressor — scikit-learn 1.7.1 documentation
https://www.sri.com/wp-content/uploads/2021/12/ransac-publication.pdf...estimators. min_samples int (>= 1) or float ([0, 1]), default=None...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html -
fetch_lfw_people — scikit-learn 1.7.1 documenta...
False , slice_ = (slice(70, 195, None), slice(78, 172, None)) , download_if_missing...False. slice_ tuple of slice, default=(slice(70, 195), slice(78,...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_people.html -
FastICA — scikit-learn 1.7.1 documentation
to ‘unit-variance’ in 1.3. fun {‘logcosh’, ‘exp’, ‘cube’} or...neg-entropy. Could be either ‘logcosh’, ‘exp’, or ‘cube’. You...scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html