Note by Yoshikawa

Love Technology and Art

2018-10-24から1日間の記事一覧

勾配ブースティング

from sklearn.ensemble import GradientBoostingRegressor from sklearn.ensemble import GradientBoostingClassifier from sklearn.metrics import r2_score、roc_auc_score,confusion_matrix from sklearn.metrics import from sklearn.model_selection im…

tkinter ファイル選択ダイアログ

# -------------------------------------------------------- # フォルダパス取得 # -------------------------------------------------------- def absdirpath(): iDir = os.path.abspath(os.path.dirname(__file__)) root = tkinter.Tk() root.withdraw(…