This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import datetime | |
| import xgboost as xgb | |
| from tensorboardX import SummaryWriter | |
| from sklearn.datasets import load_boston | |
| from sklearn.model_selection import train_test_split | |
| class TensorBoardCallback(xgb.callback.TrainingCallback): |