Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.63 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.63 KB

Valet

Maintenance stability-experimental Issues Popularity Score Interested License

The literal meaning of valet is, a man's personal male attendant, who is responsible for his clothes and appearance.

This repository is home to reusable functions for routine automation tasks.

Repository navigation structure

The core repository valet consist of two sub-folders namely python-3 and R. The code written in either python or r will live in their respective sub-folders. Note: To get the following tree structure, open command prompt, navigate to the respository root folder and type the command tree

├───python_3
│   │
│   ├───ensemble
│   ├───synthetic_data_generator
│       ├───data
│       ├───digital_advert_dataset
│       ├───experiments
│       └───solutions
└───R

Contributing

See contributing guide.