billzichos / Deal-Probability-Predictor

Predict the probability that a Deal is won given a set of factors.
1 stars 1 forks source link

Naming conventions #1

Open billzichos opened 9 years ago

billzichos commented 9 years ago

Develop a set of naming conventions for the files and scripts.

billzichos commented 9 years ago
  1. When the snapshot is originally taken it should be saved as OpenDealsYYYYMMDD.csv. The file should reside in the root directory until target variables are applied 180 days later.
  2. After 180 days, a copy of the file should be archived as OpenDealArchiveYYYYMMDD.csv. The date should reflect the original snapshot. Then, the still incomplete deals should be removed from the file. Of the records remaining, the target variable should be updated to reflect whether the deal was won or lost. This file will then be archived as ClosedDealArchiveYYYYMMDD.csv and appending to the running master file. Again the date should reflect the date when the data was pulled, not updated.
  3. The master file, which is getting appended to every 180 days will be called - Deals.csv. The file will remain in the root directory for this project.