- Sort Score
- Num 10 results
- Language All
- Labels All
Results 331 - 340 of over 10,000 for 1 (0.16 seconds)
Filter
-
Examples of Using FrozenEstimator — scikit-lear...
same three data points: [1 1 1] Now imagine you’d want to set...scikit-learn 1.5 Release Highlights for scikit-learn 1.5 Probability...scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html -
MultiTaskLasso — scikit-learn 1.8.0 documentation
1 ) >>> clf . fit ([[ 0 , 1 ], [ 1 , 2 ], [ 2 ,...0 ], [ 1 , 1 ], [ 2 , 3 ]]) MultiTaskLasso(alpha=0.1) >>> print...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html -
MLPClassifier — scikit-learn 1.8.0 documentation
:]) array([1, 0, 1, 0, 1]) >>> clf . score ( X_test...sigmoid function, returns f(x) = 1 / (1 + exp(-x)). ‘tanh’, the hyperbolic...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html -
TweedieRegressor — scikit-learn 1.8.0 documenta...
float64(1.600) >>> clf . predict ([[ 1 , 1 ], [ 3 , 4 ]])...power < 1 , no distribution exists. alpha float, default=1 Constant...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html -
explained_variance_score — scikit-learn 1.8.0 d...
1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...cross-validation). Added in version 1.1. Returns : score float or ndarray...scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html -
Orthogonal Matching Pursuit — scikit-learn 1.8....
1 , 1 ) plt . xlim ( 0 , 512 ) plt...make_sparse_coded_signal ( n_samples = 1 , n_components = n_components...scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html -
fast_logdet — scikit-learn 1.8.0 document...
scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.fast_logdet.html -
GradientBoostingRegressor — scikit-learn 1.8.0 ...
1 , n_estimators = 100 , subsample = 1.0 , criterion...in the range [1, inf) . subsample float, default=1.0 The fraction...scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html -
sample_without_replacement — scikit-learn...
scikit-learn.org/stable/modules/generated/sklearn.utils.random.sample_without_replacement.html -
RandomForestRegressor — scikit-learn 1.8.0 docu...
min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...e.g. 0.3. Changed in version 1.1: The default of max_features...scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html