plead_filtering
TODO doc.
-
0
:
Constant field for the name of this template
-
1
filtered_file
string :
The file resulting from the filtering
-
2
file
string :
The file before filtering
-
3
method
string :
The the method to filter the file
-
4
organization
integer :
An organization aiming managing the ML pipeline
-
5
engineer
integer :
The engineer developing the ML pipeline
-
6
filtering
integer :
The activity of filtering the file
-
7
n_rows
integer :
The number of rows in the file
-
8
n_cols
integer :
The number of columns in the file
-
9
path
string :
The actual path of the file
-
10
time
string :
Time when the filtered file is created
-
11
start
string :
Time when the transformation starts
-
12
end
string :
Time when the transformation ends
plead_training
TODO doc.
-
0
:
Constant field for the name of this template
-
1
pipeline
string :
The pipeline resulting from the training
-
2
training_dataset
string :
The dataset used int he training
-
3
organization
integer :
An organization aiming managing the ML pipeline
-
4
engineer
integer :
The engineer developing the ML pipeline
-
5
training
integer :
The activity of transforming the file
-
6
path
string :
The actual path of the file
-
7
time
string :
Time when the pipeline is created
-
8
start
string :
Time when the transformation starts
-
9
end
string :
Time when the transformation ends
plead_validating
TODO doc.
-
0
:
Constant field for the name of this template
-
1
score
integer :
The result of the validation
-
2
testing_dataset
string :
The dataset used in the validation
-
3
organization
integer :
An organization aiming managing the ML pipeline
-
4
engineer
integer :
The engineer developing the ML pipeline
-
5
validating
integer :
The activity of validating with the test dataset
-
6
path
string :
The actual path of the file
-
7
score_value
double :
The validation score
-
8
time
string :
Time when the pipeline is created
-
9
start
string :
Time when the transformation starts
-
10
end
string :
Time when the transformation ends
plead_approving
TODO doc.
-
0
:
Constant field for the name of this template
-
1
approved_pipeline
string :
The approved pipeline
-
2
approval_record
integer :
The approval record
-
3
pipeline
string :
The pipeline before approval
-
4
score
integer :
The score obtained through validation
-
5
organization
integer :
An organization aiming managing the ML pipeline
-
6
manager
integer :
The manager approving the ML pipeline
-
7
approving
integer :
The activity of approving the pipeline
-
8
signature
string :
The approval's signature
-
9
path
string :
The actual path of the file
-
10
time
string :
Time when the filtered file is created
-
11
start
string :
Time when the transformation starts
-
12
end
string :
Time when the transformation ends
plead_splitting
TODO doc.
-
0
:
Constant field for the name of this template
-
1
split_file1
string :
The first file resulting from the split
-
2
split_file2
string :
The second file resulting from the split
-
3
file
string :
The file before transformation
-
4
organization
integer :
An organization aiming managing the ML pipeline
-
5
engineer
integer :
The engineer developing the ML pipeline
-
6
splitting
integer :
The activity of transforming the file
-
7
n_rows1
integer :
The number of rows in the file
-
8
n_cols1
integer :
The number of columns in the file
-
9
path1
string :
The actual path of the file
-
10
n_rows2
integer :
The number of rows in the file
-
11
n_cols2
integer :
The number of columns in the file
-
12
path2
string :
The actual path of the file
-
13
time
string :
Time when the transformed file is created
-
14
start
string :
Time when the transformation starts
-
15
end
string :
Time when the transformation ends