Skip to content

Commit

Permalink
[ci][python] apply isort to examples/python-guide/simple_example.py m…
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxue authored Feb 15, 2021
1 parent 5cb2558 commit e5eafad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/python-guide/simple_example.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# coding: utf-8
import lightgbm as lgb
import pandas as pd
from sklearn.metrics import mean_squared_error

import lightgbm as lgb

print('Loading data...')
# load or create your dataset
df_train = pd.read_csv('../regression/regression.train', header=None, sep='\t')
Expand Down

0 comments on commit e5eafad

Please sign in to comment.