[python-package] Fix class Booster: feature_types = None (#6705)
This commit is contained in:
parent
9a0399e898
commit
4c5d2608e0
@ -1166,6 +1166,7 @@ class Booster(object):
|
||||
"""
|
||||
|
||||
feature_names = None
|
||||
feature_types = None
|
||||
|
||||
def __init__(self, params=None, cache=(), model_file=None):
|
||||
# pylint: disable=invalid-name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user