Jiwook Sung
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 2
アクティビティの概要
Jiwook Sungさんの最近のアクティビティ-
Jiwook Sungさんがコメントを作成しました:
i update the post so now you could access the data that i use and i solve the problem thank you!
-
Jiwook Sungさんが投稿を作成しました:
my code doesnt work well
回答済みI want to solve this problem below ( which is BCC model ) This is the code that I wrote def solve_DEA(target, verbose=True): df_main = pd.read_csv('./df_31_1_outlier_drops_with_SAS.csv') ...
-
Jiwook Sungさんが投稿を作成しました:
trying to make input_oriented VRS(BCC) model on python
ユーザーの入力を待っています。i'm new to use gurobi Code def solve_DEA(target, verbose=True): df_main = pd.read_csv('./df_31_1_Main.csv') inattr = df_main.columns[1:7] outattr = df_main.columns[7:] dmus = [k for k in...