Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 491 - 500 of 3,451 for 1 (0.11 sec)

  1. Plot the decision surfaces of ensembles of tree...

    () - 1 , X [:, 0 ] . max () + 1 y_min , y_max = X [:, 1 ] . min...min () - 1 , X [:, 1 ] . max () + 1 xx , yy = np . meshgrid (...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html
    Thu Oct 31 11:00:34 UTC 2024
      109.5K bytes
      Cache
     
  2. Post pruning decision trees with cost complexit...

    plot ( ccp_alphas [: - 1 ], impurities [: - 1 ], marker = "o" , drawstyle...clfs [ - 1 ] . tree_ . node_count , ccp_alphas [ - 1 ] ) ) Number...
    scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html
    Thu Oct 31 11:00:34 UTC 2024
      98.2K bytes
      Cache
     
  3. PoissonRegressor — scikit-learn 1.5.2 documenta...

    predict ([[ 1 , 1 ], [ 3 , 4 ]]) array([10.676...,...PoissonRegressor ( * , alpha = 1.0 , fit_intercept = True , solver...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html
    Thu Oct 31 11:00:34 UTC 2024
      138.9K bytes
      Cache
     
  4. 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
     
  5. Empirical evaluation of the impact of k-means i...

    mean ( axis = 1 ), inertia . std ( axis = 1 ), fmt = format...using a init="random" and n_init=1 . This run leads to a bad convergence...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_stability_low_dim_dense.html
    Thu Oct 31 11:00:32 UTC 2024
      101.4K bytes
      Cache
     
  6. 8. Computing with scikit-learn — scikit-learn 1...

    1.1. Scaling with instances using out-of-core...Computing with scikit-learn # 8.1. Strategies to scale computationally:...
    scikit-learn.org/stable/computing.html
    Thu Oct 31 11:00:34 UTC 2024
      31.8K bytes
      Cache
     
  7. 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
     
  8. Stacktrace configuration options | APM .NET Age...

    ApplicationNamespace ( [ 1.5 ] Added in 1.5. ) This is used to determine...ExcludedNamespaces ( [ 1.5 ] Added in 1.5. ) A list of namespaces...
    www.elastic.co/guide/en/apm/agent/dotnet/current/config-stacktrace.html
    Tue Aug 27 23:14:16 UTC 2024
      20.3K bytes
      Cache
     
  9. 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
     
  10. 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
     
Back to top