- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 691 - 700 of 2,024 for = (0.07 sec)
-
kneighbors_graph — scikit-learn 1.7.1 documenta...
mode = 'connectivity' , metric = 'minkowski' , p = 2 , metric_params...metric_params = None , include_self = False , n_jobs = None ) [source]...scikit-learn.org/stable/modules/generated/sklearn.neighbors.kneighbors_graph.html -
ROC Curve with Visualization API — scikit-learn...
y = load_wine ( return_X_y = True ) y = y == 2 X_train...y_test = train_test_split ( X , y , random_state = 42 ) svc = SVC...scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html -
rand_score — scikit-learn 1.7.1 documentation
The raw RI score [3] is: RI = (number of agreeing pairs) / (number...array-like of shape (n_samples,), dtype=integral Ground truth class labels...scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html -
LassoLarsCV — scikit-learn 1.7.1 documentation
precompute = 'auto' , cv = None , max_n_alphas = 1000 , n_jobs = None...fit_intercept = True , verbose = False , max_iter = 500 , precompute...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html -
Gaussian Mixture Model Ellipsoids — scikit-lear...
any ( Y_ == i ): continue plt . scatter ( X [ Y_ == i , 0 ],...], X [ Y_ == i , 1 ], 0.8 , color = color ) # Plot an ellipse to...scikit-learn.org/stable/auto_examples/mixture/plot_gmm.html -
PoissonRegressor — scikit-learn 1.7.1 documenta...
max_iter = 100 , tol = 0.0001 , warm_start = False , verbose = 0 )...* , alpha = 1.0 , fit_intercept = True , solver = 'lbfgs' , max_iter...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html -
TruncatedSVD — scikit-learn 1.7.1 documentation
n_components = 2 , * , algorithm = 'randomized' , n_iter = 5 , n_oversamples...( 50 )] = 0 >>> X = csr_matrix ( X_dense ) >>> svd = TruncatedSVD...scikit-learn.org/stable/modules/generated/sklearn.decomposition.TruncatedSVD.html -
TheilSenRegressor — scikit-learn 1.7.1 document...
n_subsamples = None , max_iter = 300 , tol = 0.001 , random_state = None...fit_intercept = True , copy_X = 'deprecated' , max_subpopulation = 10000.0...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html -
外だしSQLのタイトル (OutsideSqlTitle) | DBFlute
[df-outside-sql-test] /= = = = = = = = = = = = = = = = = = = [df-outside-sql-test]...[df-outside-sql-test] = = = = = = = = = = / dfpropによるON/OFF DBFlute-1.0.x...dbflute.seasar.org/ja/manual/function/genbafit/dbflutefit/outsidesqltitle/index.html -
TfidfTransformer — scikit-learn 1.7.1 documenta...
norm = 'l2' , use_idf = True , smooth_idf = True , sublinear_tf...as idf(t) = log [ n / df(t) ] + 1 (if smooth_idf=False ), where...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html