With this release we give the possibility to the user to specify more than one template when
creating a GreenGuardPipeline. When the `tune` method of this is called, an instance of BTBSession
is returned and it is in charge of selecting the templates and tuning their hyperparameters until
achieving the best pipeline.
Internal Improvements
* Resample by filename inside the `CSVLoader` to avoid oversampling of data that will not be used.
* Select targets now allows them to be equal.
* Fixed the csv filename format.
* Upgraded to BTB.
Bug Fixes
* Issue 33: Wrong default datetime format
Resolved Issues
* Issue 35: Select targets is too strict
* Issue 36: resample by filename inside csvloader
* Issue 39: Upgrade BTB
* Issue 41: Fix CSV filename format