- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1151 - 1160 of 2,528 for = (0.12 sec)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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