EcoML - Predictions of consumption and accuracy of classification algorithms on your dataset
Predicted consumption using linear regression: {{cons_linear}} gCO2eq
Predicted F1 score using linear regression: {{f1_linear}}
Predicted consumption using Decision Tree: {{cons_Decision_Tree}} gCO2eq
Predicted F1 score using Decision Tree: {{f1_Decision_Tree}}
Predicted consumption using Random Forest: {{cons_Random_Forest}} gCO2eq
Predicted F1 score using Random Forest: {{f1_Random_Forest}}
Predicted consumption using Neural Network: {{cons_Neural_Network}} gCO2eq
Predicted F1 score using Neural Network: {{f1_Neural_Network}}