Commit
·
61fb4c3
1
Parent(s):
03b6345
Update train.jsonl
Browse files- train.jsonl +4 -4
train.jsonl
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
{"No": 1, "Date": 1, "Month": "Jan", "Year": 2023, "Line": "Line 1", "Incident": "US bad Tyres", "Srap tyres": 2.0, "Rework tyres": NaN, "Root causes": "Mold temperature drop due to Steam leak on the steam inlet in mold top part.", "Action": "Steam inlet valve change.", "Percentage of solving Problem": 1.0}
|
2 |
-
{"No": 2, "Date": 1, "Month": "Jan", "Year": 2023, "Line": "Line 1", "Incident": "US bad Tyres", "Srap tyres": 3.0, "Rework tyres": 2.0, "Root causes": "High T90 value of the compound", "Action": "Replace the compound pallet from correct compound properties", "Percentage of solving Problem": 1.0}
|
3 |
-
{"No": 3, "Date": 2, "Month": "Jan", "Year": 2023, "Line": "Line 2", "Incident": "HT defect tyre", "Srap tyres": NaN, "Rework tyres": 2.0, "Root causes": "Mold Tread parting line damage", "Action": "Mold repared", "Percentage of solving Problem": 0.8}
|
4 |
-
{"No": 4, "Date": 2, "Month": "Jan", "Year": 2023, "Line": "Line 3", "Incident": "HT defect tyre", "Srap tyres": 1.0, "Rework tyres": NaN, "Root causes": "Venting hole block", "Action": "Cleared venting holes", "Percentage of solving Problem": 0.7}
|
5 |
{"No": 5, "Date": 3, "Month": "Jan", "Year": 2023, "Line": "Line 4", "Incident": "Tread SM defect tyres", "Srap tyres": NaN, "Rework tyres": 2.0, "Root causes": "Bumping cycle delay due to pressure drop", "Action": "Pressure increased", "Percentage of solving Problem": 0.9}
|
6 |
{"No": 6, "Date": 4, "Month": "Jan", "Year": 2023, "Line": "Line 2", "Incident": "Inner Heel SM Defect Tyres", "Srap tyres": NaN, "Rework tyres": 1.0, "Root causes": "Mold Core Damage", "Action": "No action", "Percentage of solving Problem": 1.0}
|
7 |
{"No": 7, "Date": 4, "Month": "Jan", "Year": 2023, "Line": "Line 2", "Incident": "Inner Heel SM Defect Tyres", "Srap tyres": NaN, "Rework tyres": 1.0, "Root causes": "Pre cured Inner heel due to high mill temperature", "Action": "Reduced mill temperature", "Percentage of solving Problem": 0.85}
|
|
|
1 |
+
{"No": 1, "Date": 1, "Month": "Jan", "Year": 2023, "Line": "Line 1", "Incident": "US bad Tyres", "Srap tyres": 2.0, "Rework tyres": NaN, "Root causes": "Mold temperature drop due to Steam leak on the steam inlet in mold top part. Action: Steam inlet valve change.", "Action": "Steam inlet valve change.", "Percentage of solving Problem": 1.0}
|
2 |
+
{"No": 2, "Date": 1, "Month": "Jan", "Year": 2023, "Line": "Line 1", "Incident": "US bad Tyres", "Srap tyres": 3.0, "Rework tyres": 2.0, "Root causes": "High T90 value of the compound. Action: Replace the compound pallet from correct compound properties", "Action": "Replace the compound pallet from correct compound properties", "Percentage of solving Problem": 1.0}
|
3 |
+
{"No": 3, "Date": 2, "Month": "Jan", "Year": 2023, "Line": "Line 2", "Incident": "HT defect tyre", "Srap tyres": NaN, "Rework tyres": 2.0, "Root causes": "Mold Tread parting line damage. Action: Mold repared", "Action": "Mold repared", "Percentage of solving Problem": 0.8}
|
4 |
+
{"No": 4, "Date": 2, "Month": "Jan", "Year": 2023, "Line": "Line 3", "Incident": "HT defect tyre", "Srap tyres": 1.0, "Rework tyres": NaN, "Root causes": "Venting hole block. Action: Cleared venting holes. Percentage of solving Problem: 0.7", "Action": "Cleared venting holes", "Percentage of solving Problem": 0.7}
|
5 |
{"No": 5, "Date": 3, "Month": "Jan", "Year": 2023, "Line": "Line 4", "Incident": "Tread SM defect tyres", "Srap tyres": NaN, "Rework tyres": 2.0, "Root causes": "Bumping cycle delay due to pressure drop", "Action": "Pressure increased", "Percentage of solving Problem": 0.9}
|
6 |
{"No": 6, "Date": 4, "Month": "Jan", "Year": 2023, "Line": "Line 2", "Incident": "Inner Heel SM Defect Tyres", "Srap tyres": NaN, "Rework tyres": 1.0, "Root causes": "Mold Core Damage", "Action": "No action", "Percentage of solving Problem": 1.0}
|
7 |
{"No": 7, "Date": 4, "Month": "Jan", "Year": 2023, "Line": "Line 2", "Incident": "Inner Heel SM Defect Tyres", "Srap tyres": NaN, "Rework tyres": 1.0, "Root causes": "Pre cured Inner heel due to high mill temperature", "Action": "Reduced mill temperature", "Percentage of solving Problem": 0.85}
|