change cutoff
This commit is contained in:
parent
7e5adbed83
commit
f545451b4b
@ -1,7 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
parameters {
|
parameters {
|
||||||
string(defaultValue: '20000',
|
string(defaultValue: '6000',
|
||||||
description: 'numbers of data entries to keep in train.csv',
|
description: 'numbers of data entries to keep in train.csv',
|
||||||
name: 'CUTOFF',
|
name: 'CUTOFF',
|
||||||
trim: true)
|
trim: true)
|
||||||
|
Loading…
Reference in New Issue
Block a user