Open ashokkrish opened 6 months ago
I've begun this task and pushed what is functional so far. Please note that validation is not completely functional yet - still working on it. Let me know what you'd like to add/correct.
Also, could you please expand on this: "Make sure one or more numeric columns are selected for the explanatory variables (the response variable column is now not selectable or hidden)." Does this mean the response variable column is not needed if explanatory variables are chosen?
Lastly, I've been using Simple Linear Regression files from the CougarStats Google Drive for testing purposes (ie. just to check if uploading and parsing file data is working). If there are specific Multiple Linear Regression files you'd like me to test with, especially for more error messages, please let me know.
Thanks!
@bryce-carson
The “Multiple Linear Regression” option has been removed (hidden) from the radio button input.
I would to bring back the radio button option called Multiple Linear Regression. When the user selects that option we ask them to upload a file
Once the upload is complete the user gets to select one column as a the response variable (y) and multiple columns as the explanatory variables (x1, x2, x3, ...).
In the above change the dropdown header to Choose the Explanatory Variables (x1, x2, x3,...) also change the dropdown tooltip text to Select multiple variables
Validations:
The above should not appear for Multiple Linear Regression.