Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1151 - 1160 of 2,528 for = (0.12 sec)

  1. LogisticRegressionCV — scikit-learn 1.5.2 docum...

    Cs = 10 , fit_intercept = True , cv = None , dual = False...penalty = 'l2' , scoring = None , solver = 'lbfgs' , tol = 0.0001...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Sat Nov 23 04:49:15 UTC 2024
      165.6K bytes
      Cache
     
  2. ExtraTreesRegressor — scikit-learn 1.5.2 docume...

    n_estimators = 100 , * , criterion = 'squared_error' , max_depth = None...min_weight_fraction_leaf = 0.0 , max_features = 1.0 , max_leaf_nodes = None , ...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Sat Nov 23 04:49:14 UTC 2024
      163.5K bytes
      Cache
     
  3. DecisionTreeClassifier — scikit-learn 1.5.2 doc...

    criterion = 'gini' , splitter = 'best' , max_depth = None , min_samples_split...min_weight_fraction_leaf = 0.0 , max_features = None , random_state = None , max_leaf_nodes...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Sat Nov 23 04:49:15 UTC 2024
      186.6K bytes
      Cache
     
  4. Shrinkage covariance estimation: LedoitWolf vs ...

    color = "magenta" , linewidth = 3 , label = "Ledoit-Wolf...loglik_oa , color = "purple" , linewidth = 3 , label = "OAS estimate"...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Sat Nov 23 04:49:16 UTC 2024
      104K bytes
      Cache
     
  5. CalibratedClassifierCV — scikit-learn 1.5.2 doc...

    estimator = None , * , method = 'sigmoid' , cv = None , n_jobs = None..., y = make_classification ( n_samples = 100 , n_features = 2 ,...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Sat Nov 23 04:49:15 UTC 2024
      152.5K bytes
      Cache
     
  6. MDS — scikit-learn 1.5.2 documentation

    n_components = 2 , * , metric = True , n_init = 4 , max_iter = 300 ,...verbose = 0 , eps = 0.001 , n_jobs = None , random_state = None...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html
    Sat Nov 23 04:49:15 UTC 2024
      135.4K bytes
      Cache
     
  7. ermaster-b-eclipse-plugin.zip

    obj) { if (this == obj) { return true; } if (obj == null) { return...(@physicalColumnName == null) { if (other.@physicalColumnName != null) { return...
    dbflute.seasar.org/download/misc/friends/ermaster-b-eclipse-plugin.zip
    Tue Nov 12 15:10:54 UTC 2024
      4.7M bytes
      28 views
     
  8. Comparison of LDA and PCA 2D projection of Iris...

    [ y == i , 0 ], X_r2 [ y == i , 1 ], alpha = 0.8 , color = color...( X_r [ y == i , 0 ], X_r [ y == i , 1 ], color = color , alpha...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html
    Sat Nov 23 04:49:14 UTC 2024
      88.7K bytes
      Cache
     
  9. Comparing various online solvers — scikit-learn...

    ( max_iter = 110 , loss = "hinge" , C = 1.0 , tol = 1e-4 ), ),...max_iter = 110 , loss = "squared_hinge" , C = 1.0 , tol = 1e-4 ),...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html
    Sat Nov 23 04:49:16 UTC 2024
      90.7K bytes
      Cache
     
  10. Lasso and Elastic Net — scikit-learn 1.5.2 docu...

    y = datasets . load_diabetes ( return_X_y = True ) X /= X ....coefs_positive_lasso , _ = lasso_path ( X , y , eps = eps , positive = True ) print...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_coordinate_descent_path.html
    Sat Nov 23 04:49:15 UTC 2024
      98K bytes
      Cache
     
Back to top