- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 511 - 520 of 1,998 for = (0.14 sec)
-
SVM Tie Breaking Example — scikit-learn 1.7.0 d...
()): svm = SVC ( kernel = "linear" , C = 1 , break_ties = break_ties...SVC X , y = make_blobs ( random_state = 27 ) fig , sub = plt . subplots...scikit-learn.org/stable/auto_examples/svm/plot_svm_tie_breaking.html -
「0627〆【エンティティ】単語タグ付け作業-追加募集-(15)」の仕事依頼【ジョブハブ】
jobhub.jp/jobs/39360 -
Sparse inverse covariance estimation — scikit-l...
cov /= d cov /= d [:, np . newaxis ] prec *= d prec *= d [:,..., size = n_samples ) X -= X . mean ( axis = 0 ) X /= X . std...scikit-learn.org/stable/auto_examples/covariance/plot_sparse_cov.html -
IncrementalPCA — scikit-learn 1.7.0 documentation
n_components = None , * , whiten = False , copy = True , batch_size..., _ = load_digits ( return_X_y = True ) >>> transformer = IncrementalPCA...scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html -
f1_score — scikit-learn 1.7.0 documentation
labels = None , pos_label = 1 , average = 'binary' , sample_weight...sample_weight = None , zero_division = 'warn' ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html -
LarsCV — scikit-learn 1.7.0 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.LarsCV.html -
FactorAnalysis — scikit-learn 1.7.0 documentation
n_components = None , * , tol = 0.01 , copy = True , max_iter = 1000...noise_variance_init = None , svd_method = 'randomized' , iterated_power = 3 ,...scikit-learn.org/stable/modules/generated/sklearn.decomposition.FactorAnalysis.html -
AdaBoostClassifier — scikit-learn 1.7.0 documen...
special cases with k == 1 , otherwise k==n_classes . For binary...special cases with k == 1 , otherwise k==n_classes . For binary...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html -
lars_path_gram — scikit-learn 1.7.0 documentation
max_iter = 500 , alpha_min = 0 , method = 'lar' , copy_X = True ,..., verbose = 0 , return_path = True , return_n_iter = False , positive...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html -
MiniBatchSparsePCA — scikit-learn 1.7.0 documen...
max_iter = 1000 , callback = None , batch_size = 3 , verbose = False...n_components = None , * , alpha = 1 , ridge_alpha = 0.01 , max_iter...scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchSparsePCA.html