- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 981 - 990 of 2,010 for = (0.61 sec)
-
fetch_kddcup99 — scikit-learn 1.7.0 documentation
return_X_y = False , as_frame = False , n_retries = 3 , delay = 1.0...* , subset = None , data_home = None , shuffle = False , random_state...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_kddcup99.html -
Regularization path of L1- Logistic Regression ...
classification X = X [ y != 2 ] y = y [ y != 2 ] Compute regularization...datasets iris = datasets . load_iris () X = iris . data y = iris . target...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html -
Monotonic Constraints — scikit-learn 1.7.0 docu...
X = np . c_ [ f_0 , f_1 ] noise = rng . normal ( loc = 0.0 ,...y , "o" , alpha = 0.3 , zorder =- 1 , color = "tab:green" ) disp...scikit-learn.org/stable/auto_examples/ensemble/plot_monotonic_constraints.html -
SpectralEmbedding — scikit-learn 1.7.0 document...
n_components = 2 , * , affinity = 'nearest_neighbors' , gamma = None...random_state = None , eigen_solver = None , eigen_tol = 'auto' ,...scikit-learn.org/stable/modules/generated/sklearn.manifold.SpectralEmbedding.html -
KernelDensity — scikit-learn 1.7.0 documentation
metric = 'euclidean' , atol = 0 , rtol = 0 , breadth_first = True..., bandwidth = 1.0 , algorithm = 'auto' , kernel = 'gaussian' ,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KernelDensity.html -
OneClassSVM — scikit-learn 1.7.0 documentation
kernel = 'rbf' , degree = 3 , gamma = 'scale' , coef0 = 0.0 ,...tol = 0.001 , nu = 0.5 , shrinking = True , cache_size = 200...scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html -
1.10. Decision Trees — scikit-learn 1.7.0 docum...
>>> X = [[ 0 , 0 ], [ 1 , 1 ]] >>> Y = [ 0 , 1 ] >>> clf = tree...filled = True , rounded = True , ... special_characters = True...scikit-learn.org/stable/modules/tree.html -
DBFlute : Migration : 0.8.9.13
outputPackageAdjustm = map:{ ; flatDirectoryPackage = Aaa.Bbb.DBFlute...Aaa.Bbb.DBFlute ; omitDirectoryPackage = Aaa } 但し、今まで通りの書き方でも動作します。新規で利用さ...dbflute.seasar.org/ja/oldmigration/migrate-08912to08913.html -
RidgeCV — scikit-learn 1.7.0 documentation
scoring = None , cv = None , gcv_mode = None , store_cv_results...X , y = load_diabetes ( return_X_y = True ) >>> clf = RidgeCV...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html -
permutation_test_score — scikit-learn 1.7.0 doc...
groups = None , cv = None , n_permutations = 100 , n_jobs = None...random_state = 0 , verbose = 0 , scoring = None , fit_params = None ,...scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html