- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 351 - 360 of 3,451 for 1 (0.11 sec)
-
Imputing missing values before building an esti...
mses_california [ 1 ], stds_california [ 1 ] = get_impute_zero_score...y_miss_california ) mses_diabetes [ 1 ], stds_diabetes [ 1 ] = get_impute_zero_score...scikit-learn.org/stable/auto_examples/impute/plot_missing_values.html -
Ordinary Least Squares and Ridge Regression Var...
1 ] . T y_train = [ 0.5 , 1 ] X_test = np . c_...this_X = 0.1 * np . random . normal ( size = ( 2 , 1 )) + X_train...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html -
SGDRegressor — scikit-learn 1.5.2 documentation
l1_ratio <= 1. l1_ratio=0 corresponds to L2 penalty, l1_ratio=1 to L1....True , verbose = 0 , epsilon = 0.1 , random_state = None , learning_rate...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html -
ARDRegression — scikit-learn 1.5.2 documentation
[ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) ARDRegression()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) fit ( X , y ) [source]...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html -
移行 1.0.4C to 1.0.4D | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate104Cto104D.html -
DecisionBoundaryDisplay — scikit-learn 1.5.2 do...
Added in version 1.1. Parameters : xx0 ndarray of...iris . data [:, 1 ] . min (), iris . data [:, 1 ] . max ()) ......scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html -
Model-based and sequential feature selection — ...
027 1.058 concavity (worst): 0.0 1.252 concave points...search in the space of 1-4 features and 1-3 separating planes....scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html -
L1-based models for Sparse Signals — scikit-lea...
1 , n_samples ) y += 0.2 * rng . normal ( 0 , 1 , n_samples...linthresh = 10e-4 , vmin =- 1 , vmax = 1 ), cbar_kws = { "label"...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html -
SpectralCoclustering — scikit-learn 1.5.2 docum...
array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . row_labels_ array([0, 1, 1, 0, 0, 0], dtype=int32) >>>...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html -
BaggingRegressor — scikit-learn 1.5.2 documenta...
max_samples = 1.0 , max_features = 1.0 , bootstrap = True...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html