oss-slu/ml_code_generator

Add an option to start over

オープン

#40 opened on 2022/10/03

 (6 件のコメント) (0 件のリアクション) (1 人の担当者)Python (25 件のフォーク)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (2 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド