We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2e2a2 commit 81c0bb9Copy full SHA for 81c0bb9
build_numpy_arrays_for_lightgbm.py
@@ -43,7 +43,7 @@ def dump_data_to_numpy(mode, output_file, workers=1, batchsize=1000, remove_miss
43
sys.stdout.write(f"\r{i} / {len(_generator)}")
44
sys.stdout.flush()
45
np.savez(output_file, feature_array, label_array)
46
- print(f"\nWrote output to {outputfile}")
+ print(f"\nWrote output to {output_file}")
47
48
49
if __name__ == '__main__':
0 commit comments