change cutoff
This commit is contained in:
parent
7e5adbed83
commit
f545451b4b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user