change cutoff

This commit is contained in:
jakubknczny 2021-03-28 19:38:13 +02:00
parent 7e5adbed83
commit f545451b4b

View File

@ -1,7 +1,7 @@
pipeline {
agent any
parameters {
string(defaultValue: '20000',
string(defaultValue: '6000',
description: 'numbers of data entries to keep in train.csv',
name: 'CUTOFF',
trim: true)