Unverified Commit 0db87dce authored by Zhuyi Xue's avatar Zhuyi Xue Committed by GitHub
Browse files

[ci][python] apply isort to examples/python-guide/advanced_example.py #3958 (#3961)

parent e6295185
# coding: utf-8 # coding: utf-8
import json import json
import pickle import pickle
import lightgbm as lgb
import pandas as pd
import numpy as np import numpy as np
import pandas as pd
from sklearn.metrics import mean_squared_error from sklearn.metrics import mean_squared_error
import lightgbm as lgb
print('Loading data...') print('Loading data...')
# load or create your dataset # load or create your dataset
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment