Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 360 of 3,451 for 1 (0.11 sec)

  1. 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
    Thu Oct 31 11:00:32 UTC 2024
      120.5K bytes
      Cache
     
  2. 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
    Thu Oct 31 11:00:34 UTC 2024
      86K bytes
      Cache
     
  3. 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
    Thu Oct 31 11:00:34 UTC 2024
      166.5K bytes
      Cache
     
  4. 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
    Thu Oct 31 11:00:34 UTC 2024
      140.2K bytes
      Cache
     
  5. 移行 1.0.4C to 1.0.4D | DBFlute

    SiteMap | Author's Blog 移行 1.0.4C to 1.0.4D お約束の注意点 環境上の注意点 DBコ...
    dbflute.seasar.org/ja/environment/upgrade/migration/migrate104Cto104D.html
    Thu Oct 31 08:02:02 UTC 2024
      6.8K bytes
      Cache
     
  6. 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
    Thu Oct 31 11:00:34 UTC 2024
      150.9K bytes
      Cache
     
  7. 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
    Thu Oct 31 11:00:34 UTC 2024
      118.2K bytes
      Cache
     
  8. 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
    Thu Oct 31 11:00:34 UTC 2024
      120.2K bytes
      Cache
     
  9. 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
    Thu Oct 31 11:00:34 UTC 2024
      129.4K bytes
      Cache
     
  10. 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
    Thu Oct 31 11:00:34 UTC 2024
      147.3K bytes
      Cache
     
Back to top