- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 451 - 460 of 1,971 for = (0.09 sec)
-
CountVectorizer — scikit-learn 1.7.2 documentation
ngram_range=(1 , 1) , analyzer='word' , max_df=1.0 , min_df=1 , max_features=None...max_features=None , vocabulary=None , binary=False , dtype=<class 'numpy.int64'>...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html -
SGD: convex loss functions — scikit-learn 1.7.2...
): z = y_pred * y_true loss = - 4 * z loss [ z >= - 1 ] = ( 1...color = "darkorchid" , lw = lw , linestyle = "--" , label = "Modified...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_loss_functions.html -
「【愛媛県松山市】デザインセミナーの講師募集」の仕事依頼【ジョブハブ】
======================= ・参加者は本事業に参加されている方がメインです。...【報酬】 20000円(税込)※交通費含む ======================= 詳細情報 JobID クライアント名...jobhub.jp/jobs/25517 -
Plot different SVM classifiers in the iris data...
C = C ), svm . SVC ( kernel = "poly" , degree = 3 , gamma = "auto"...( kernel = "linear" , C = C ), svm . LinearSVC ( C = C , max_iter...scikit-learn.org/stable/auto_examples/svm/plot_iris_svc.html -
Introducing the set_output API — scikit-learn 1...
y = load_iris ( as_frame = True , return_X_y = True ) X_train..., y = fetch_openml ( "titanic" , version = 1 , as_frame = True...scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html -
Detection error tradeoff (DET) curve — scikit-l...
ax = ax_roc , name = name , curve_kwargs = dict ( color = color..., ax = ax_det , name = name , color = color , linestyle = linestyle...scikit-learn.org/stable/auto_examples/model_selection/plot_det.html -
GradientBoostingClassifier — scikit-learn 1.7.2...
special cases with k == 1 , otherwise k==n_classes . staged_predict...loss = 'log_loss' , learning_rate = 0.1 , n_estimators = 100 ,...scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html -
DBFlute on Scala | DBFlute
foreach { mb => ... = mb.memberName ... = mb.memberStatus...page. foreach { mb => ... = mb.memberName ... = mb.lastestLoginDatetime...dbflute.seasar.org/ja/tutorial/onscala.html -
LastaFlute移行 0.8.2 to 0.8.3 | LastaFlute
@Java // ========== // Verify Anything // ========== // ----------...transitionKey); } // ========== // Small Facade // ========== // ----------...dbflute.seasar.org/ja/lastaflute/howto/upgrade/migration/lamig082to083.html -
ExtraTreesRegressor — scikit-learn 1.7.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