Skip to content

Commit

Permalink
[ci][python] apply isort to examples/python-guide/logistic_regression…
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxue committed Feb 14, 2021
1 parent fd094d2 commit c9f6425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/python-guide/logistic_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@

import time

import lightgbm as lgb
import numpy as np
import pandas as pd
from scipy.special import expit

import lightgbm as lgb

#################
# Simulate some binary data with a single categorical and
# single continuous predictor
Expand Down

0 comments on commit c9f6425

Please sign in to comment.