Present Enbridge implementation - https://mqidentity-my.sharepoint.com/:w:/g/personal/nkhadri_atomiton_com/ERo7AJWT0rNIv78t_72XPNwBBAANUTov0WtpikAcFRcvaQ?e=kOP3oE
Table of Contents |
---|
10th May / 11th May
All the reusable functions are moved to new class - library.py in DAS Project
2. Input meter data csv, feature engineering config and out location is passed in DAS config
3. DAS script: getting the arguments and calling the library functions and saving into csv. Need support to save back to DB from python.
...
4. Config in ConfigObj (third party library alternative to default configParser) - comment is #
...
5. Output will have the FMV eps, duration, mag columns for measurements in config
...
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
7th May 2021
Config files:
...
So easy to access the values.
...
Generalize command-line argument, We can have a class, and function which can abstract the variables passing value, help, default values.. But the limitation is arguments would be passed in a dictionaly.
...
6th May 2021:
After defining the reusable functions, what else is needed for DAS users to implement feature engineering.
...