Unverified Commit 3bf0ba22 authored by Zhuyi Xue's avatar Zhuyi Xue Committed by GitHub
Browse files

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

parent 0db87dce
......@@ -13,11 +13,12 @@ probabilistic.
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
......
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