sherwin97 / ML-Project----Predicting-solubility-

A personal project to predict solubility of given molecules using their molecular descriptors.
1 stars 1 forks source link

better naming #3

Open linminhtoo opened 2 years ago

linminhtoo commented 2 years ago

https://github.com/sherwin97/ML-Project----Predicting-solubility-/blob/5f50a0998def4d6dfa5ad4b0201555ede0841335/linear_model.py#L10

i would call this script "train.py" since you're training the model. or "train_linear_model.py" similarly, i would call the "data.py" --> "prepare_data.py" or "process_data.py"

linminhtoo commented 2 years ago

still have room for improvement re: this