oss-slu/ml_code_generator

Add an option to start over

Aberta

#40 aberto em 3 de out. de 2022

 (6 comentários) (0 reação) (1 responsável)Python (25 forks)auto 404
good first issuehelp wanted

Métricas do repositório

Stars
 (2 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Currently, when the application starts, the user is prompted to upload the data. The application then proceeds to develop ML code based on user's selections from the UI. If the user wants to start over, they can upload new data, but the generated code continues to grow: it includes the previous data and user's selections and the new ones. It would be nicer to have a clean "start over" option, such that if the user messed up and wants a redo, they can do that. The start over option would clear out all previously generated code and start from scratch.

Guia do colaborador