[Enhancement] Redesign `Result` interface to fit different metrics
The current stage, we have added regression models. However, the user interface is hard-coded for classification model evaluation in the result section. There is a need to redesign this part to make it dynamically adjustable. If a regression model is used, it should display evaluation metrics relevant to regression models.
Hey @ReeveWu, Do you mean that the result section should also change based on the model selection?
Yeah
The current metrics of regression model are [Mae, Mse, R2 score]
I'm currently considering dividing the model into various playgrounds so that users can choose specific ones to engage with and experience machine learning. In that case, we won't require as much if-else logic in our current playground. Additionally, we might be able to address the issue where the example didn't work.