|
@@ -118,10 +118,9 @@ class DataExplorer:
|
|
'Occurs':occurunces,
|
|
'Occurs':occurunces,
|
|
'%_Occurs': occurunces/len_data,
|
|
'%_Occurs': occurunces/len_data,
|
|
|
|
|
|
- 'Schrott_Occurs':schrott_occurunces,
|
|
|
|
- '%_Schrott_Occurs': percentage_of_occurances_schrott,
|
|
|
|
- '%_Total_Schrott': schrott_occurunces/total_schrott,
|
|
|
|
-
|
|
|
|
|
|
+ prediction_name + '_Occurs':schrott_occurunces,
|
|
|
|
+ '%_' + prediction_name + '_Occurs': percentage_of_occurances_schrott,
|
|
|
|
+ '%_Total_' + prediction_name: round((schrott_occurunces/total_schrott)*100, 2),
|
|
}
|
|
}
|
|
|
|
|
|
counter+=1
|
|
counter+=1
|