- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 191 - 200 of 1,996 for = (0.74 sec)
-
FeatureHasher and DictVectorizer Comparison — s...
_ = fetch_20newsgroups ( subset = "train" , categories = categories...dict_count_vectorizers = defaultdict ( list ) t0 = time () vectorizer = DictVectorizer...scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html -
roc_auc_score — scikit-learn 1.7.0 documentation
average = 'macro' , sample_weight = None , max_fpr = None , multi_class..., y = load_breast_cancer ( return_X_y = True ) >>> clf = LogisticRegression...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.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 -
SAFluteで非同期処理 (Async) | DBFlute
/= = = = = = = = = = = = = = = = = = = = = = = = = = = = =...eableSqlSt@1d1c4db} = = = = = = = = = =/ [00m3s385ms] #2caaa834...dbflute.seasar.org/ja/manual/function/helper/saflute/asynchronous.html -
SGD: Maximum margin separating hyperplane — sci...
Y = make_blobs ( n_samples = 50 , centers = 2 , random_state...random_state = 0 , cluster_std = 0.60 ) # fit the model clf = SGDClassifier...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_separating_hyperplane.html -
Demo of DBSCAN clustering algorithm — scikit-le...
1 ] class_member_mask = labels == k xy = X [ class_member_mask...labels_true = make_blobs ( n_samples = 750 , centers = centers ,...scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html -
Nystroem — scikit-learn 1.7.0 documentation
kernel = 'rbf' , * , gamma = None , coef0 = None , degree = None...kernel_params = None , n_components = 100 , random_state = None , n_jobs...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.Nystroem.html -
precision_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.precision_score.html -
Illustration of Gaussian process classification...
s = 30 , c = Y , cmap = plt . cm . Paired , edgecolors = ( 0...figsize = ( 10 , 5 )) kernels = [ 1.0 * RBF ( length_scale = 1.15...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html -
相対的な日付調整 (DateAdjustment) | DBFlute
dateAdjustmentMap = map: { # ; df:originDate = 2013/03/09 # ; $$ALL$$ = map:{...$$ALL$$ = addDay($distance) # } # ; MEMBER = map:{ BIRTHDATE = addDay(0)...dbflute.seasar.org/ja/manual/function/generator/task/replaceschema/dateadjustment.html