1
This commit is contained in:
parent
fb1e3a0d16
commit
8ddb6d9ee4
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -39,6 +39,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage("Dara Preparation") {
|
||||
agent {
|
||||
docker { image 'ium_478855' }
|
||||
}
|
||||
steps {
|
||||
sh 'echo "PREPARATION"'
|
||||
sh "chmod u+x ./preparation.sh"
|
||||
|
@ -23,3 +23,5 @@ X = no_shows.drop(columns=['No-show'])
|
||||
y = no_shows['No-show']
|
||||
|
||||
X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2, random_state=42)
|
||||
|
||||
print("Quiting create_data.py")
|
@ -1 +1,2 @@
|
||||
echo "Preparation inner"
|
||||
python create_data.py
|
Loading…
Reference in New Issue
Block a user