зеркало из https://github.com/microsoft/LightGBM.git
update tests.
This commit is contained in:
Родитель
09ac3485b5
Коммит
4e9b589bfd
|
@ -1,4 +1,4 @@
|
|||
data=../../examples/regression/regression.test
|
||||
data=../data/categorical.data
|
||||
|
||||
input_model=LightGBM_model.txt
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
data=../../examples/regression/regression.train
|
||||
data=../data/categorical.data
|
||||
|
||||
app=binary
|
||||
|
||||
num_trees=10
|
||||
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -60,6 +60,3 @@ class TestBasic(unittest.TestCase):
|
|||
for preds in zip(pred_early_stopping, pred_from_matr):
|
||||
# scores likely to be different, but prediction should still be the same
|
||||
self.assertEqual(preds[0] > 0, preds[1] > 0)
|
||||
|
||||
# check pmml
|
||||
subprocess.call(['python', os.path.join(os.path.dirname(os.path.realpath(__file__)), '../../pmml/pmml.py'), 'model.txt'])
|
||||
|
|
Загрузка…
Ссылка в новой задаче