vktrbr / optimization_ml

Optimization in ML
MIT License
10 stars 1 forks source link

Parsing #54

Closed tsoiadelina closed 2 years ago

tsoiadelina commented 2 years ago

Preparation

Make pd.DataFrame from given excel or csv file

Input data format: a table is given, where the column headers are passed in the first row. Indexes are missing

tsoiadelina commented 2 years ago

How take path from file(which was uploaded on streamlit)?

vktrbr commented 2 years ago

https://github.com/vktrbr/optimization_ml/blob/a193eb7ae1b283ce2f5a253210a9c9d691a99ff3/Regression/streamlit_app.py#L85-L98

https://github.com/vktrbr/optimization_ml/blob/a193eb7ae1b283ce2f5a253210a9c9d691a99ff3/Regression/streamlit_app.py#L143-L155