Disable JSON full serialization for now. (#6248)
* Disable JSON serialization for now.
* Multi-class classification is checkpointing for each iteration.
This brings significant overhead.
Revert: 90355b4f00
* Set R tests to use binary.
This commit is contained in:
@@ -47,12 +47,9 @@ eval[test] = {data_path}
|
||||
seed = 1994
|
||||
|
||||
with tempfile.TemporaryDirectory() as tmpdir:
|
||||
model_out_cli = os.path.join(
|
||||
tmpdir, 'test_load_cli_model-cli.json')
|
||||
model_out_py = os.path.join(
|
||||
tmpdir, 'test_cli_model-py.json')
|
||||
config_path = os.path.join(
|
||||
tmpdir, 'test_load_cli_model.conf')
|
||||
model_out_cli = os.path.join(tmpdir, 'test_load_cli_model-cli.bin')
|
||||
model_out_py = os.path.join(tmpdir, 'test_cli_model-py.bin')
|
||||
config_path = os.path.join(tmpdir, 'test_load_cli_model.conf')
|
||||
|
||||
train_conf = self.template.format(data_path=data_path,
|
||||
seed=seed,
|
||||
|
||||
Reference in New Issue
Block a user