"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "aa78a6b930c398b1cbeac80e4f8350d8c84f3285"
Unverified Commit 9445b2ca authored by Zhuyi Xue's avatar Zhuyi Xue Committed by GitHub
Browse files

[ci][python] apply isort to tests/python_package_test/test_basic.py #3958 (#3977)

parent d64fcbe0
# coding: utf-8 # coding: utf-8
import os import os
import lightgbm as lgb
import numpy as np import numpy as np
import pytest import pytest
from scipy import sparse from scipy import sparse
from sklearn.datasets import dump_svmlight_file, load_svmlight_file from sklearn.datasets import dump_svmlight_file, load_svmlight_file
from sklearn.model_selection import train_test_split from sklearn.model_selection import train_test_split
import lightgbm as lgb
from .utils import load_breast_cancer from .utils import load_breast_cancer
......
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