- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 321 - 330 of 2,774 for ' (0.18 sec)
-
Custom refit strategy of a grid search with cro...
'kernel': ['rbf']}, {'C': [1, 10, 100, 1000], 'kernel': ['linear']}],...'kernel': ['rbf']}, {'C': [1, 10, 100, 1000], 'kernel': ['linear']}],...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html -
Permutation Importance vs Random Forest Feature...
['age', 'sibsp', 'parch', 'fare', 'random_num'])], verbose_featur...['age', 'sibsp', 'parch', 'fare', 'random_num'])], verbose_featur...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html -
Displaying estimators and complex pipelines — s...
('feat0', 'feat2'))]) pipeline-1 ('feat1', 'feat3') SimpleImputer...('feat1', 'feat3')), ('pipeline-2', Pipeline(steps=[('simpleimputer',...scikit-learn.org/stable/auto_examples/miscellaneous/plot_estimator_representation.html -
6.3. Preprocessing data — scikit-learn 1.6.1 do...
= [[ 'male' , 'from US' , 'uses Safari' ], [ 'female' , 'from...= [[ 'male' , 'from US' , 'uses Safari' ], [ 'female' , 'from...scikit-learn.org/stable/modules/preprocessing.html -
MLPRegressor — scikit-learn 1.6.1 documentation
activation {‘identity’, ‘logistic’, ‘tanh’, ‘relu’}, default=’relu’...x) solver {‘lbfgs’, ‘sgd’, ‘adam’}, default=’adam’ The solver...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html -
6.2. Feature extraction — scikit-learn 1.6.1 do...
array([' w', 'ds', 'or', 'pr', 'rd', 's ', 'wo', 'wp'], ...)...array(['and', 'document', 'first', 'is', 'one', 'second', 'the',...scikit-learn.org/stable/modules/feature_extraction.html -
ParameterGrid — scikit-learn 1.6.1 documentation
= [{ 'kernel' : [ 'linear' ]}, { 'kernel' : [ 'rbf' ], 'gamma'...'kernel' : 'linear' }, ... { 'kernel' : 'rbf' , 'gamma' : 1 },...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html -
Visualizing the stock market structure — scikit...
str_('AAPL') Fetching quote history for np.str_('AIG') Fetching...np.str_('AMZN') Fetching quote history for np.str_('AXP') Fetching...scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html -
Live updates: Trump floats ideas for funds reco...
You can’t work at home. They’re not working, they’re playing...immigration.'" Copied Share ‘Long live the king’: Trump adds...www.nbcnews.com/politics/politics-news/live-blog/live-updates-trump-lori-chavez-deremer-cpac-rcna... -
BayesianGaussianMixture — scikit-learn 1.6.1 do...
covariance_type {‘full’, ‘tied’, ‘diag’, ‘spherical’}, default=’full’ String...init_params {‘kmeans’, ‘k-means++’, ‘random’, ‘random_from_data’}, default=’kmeans’...scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html