oss-slu/ml_code_generator

Add an option to start over

开放

#40 创建于 2022年10月3日

 (6 条评论) (0 个反应) (1 位负责人)Python (25 个派生)auto 404
good first issuehelp wanted

仓库指标

星标
 (2 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南