HK3-Lab-Team / pytrousse

PyTrousse collects into one toolbox a set of data wrangling procedures tailored for composing reproducible analytics pipelines.
Apache License 2.0
0 stars 1 forks source link

Remove settings module #94

Closed lorenz-gorini closed 3 years ago

lorenz-gorini commented 3 years ago

Pull Request to the branch that we could use as reference for the releases that will be used by smvet and the other packages, while the new version of pytrousse (with FeatureOperation) does not fully support all the features.

In this PR I removed settings.py module so that the settings of preprocessing settings can be fully passed as arguments instead of being passed as defaults that are being imported from a file where the values are hardcoded.

After this modification, I will add a tag on smvet-working-branch so that smvet dependency addresses that branch.