Skip to content

Commit

Permalink
[ci][python] apply isort to examples/python-guide/sklearn_example.py m…
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxue committed Feb 14, 2021
1 parent fd094d2 commit 164f515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/python-guide/sklearn_example.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8
import numpy as np
import pandas as pd
import lightgbm as lgb

from sklearn.metrics import mean_squared_error
from sklearn.model_selection import GridSearchCV

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 164f515

Please sign in to comment.