Release patch release 1.1.1 with faster CPU performance (#5732)
* Fix release degradation (#5720) * fix release degradation, related to 5666 * less resizes Co-authored-by: SHVETS, KIRILL <kirill.shvets@intel.com> * Make 1.1.1 patch release * Disable too-many-function-args pylint warning for predict() * Fix Windows CI * Remove cpplint Co-authored-by: ShvetsKS <33296480+ShvetsKS@users.noreply.github.com> Co-authored-by: SHVETS, KIRILL <kirill.shvets@intel.com>
This commit is contained in:
committed by
GitHub
parent
f9b246f5ee
commit
34408a7fdc
@@ -1 +1 @@
|
||||
1.1.0
|
||||
1.1.1
|
||||
|
||||
@@ -1467,6 +1467,7 @@ class Booster(object):
|
||||
self._validate_features(data)
|
||||
return self.eval_set([(data, name)], iteration)
|
||||
|
||||
# pylint: disable=too-many-function-args
|
||||
def predict(self,
|
||||
data,
|
||||
output_margin=False,
|
||||
|
||||
Reference in New Issue
Block a user