1
This commit is contained in:
parent
fb1e3a0d16
commit
8ddb6d9ee4
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -39,6 +39,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Dara Preparation") {
|
stage("Dara Preparation") {
|
||||||
|
agent {
|
||||||
|
docker { image 'ium_478855' }
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'echo "PREPARATION"'
|
sh 'echo "PREPARATION"'
|
||||||
sh "chmod u+x ./preparation.sh"
|
sh "chmod u+x ./preparation.sh"
|
||||||
|
@ -22,4 +22,6 @@ no_shows["Age"]=(no_shows["Age"]-no_shows["Age"].min())/(no_shows["Age"].max()-n
|
|||||||
X = no_shows.drop(columns=['No-show'])
|
X = no_shows.drop(columns=['No-show'])
|
||||||
y = no_shows['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)
|
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"
|
echo "Preparation inner"
|
||||||
|
python create_data.py
|
Loading…
Reference in New Issue
Block a user