Commit d93fbba3 authored by Rotc's avatar Rotc Committed by Nikita Titov
Browse files

[python] remove useless import from example (#1570)

parent 82ae9b20
# coding: utf-8 # coding: utf-8
# pylint: disable = invalid-name, C0111 # pylint: disable = invalid-name, C0111
import json
import lightgbm as lgb import lightgbm as lgb
import pandas as pd import pandas as pd
from sklearn.metrics import mean_squared_error from sklearn.metrics import mean_squared_error
......
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