g-simmons / OSSCaster

Forecasting success for OSS software projects
0 stars 0 forks source link

implement CRN #11

Open fangzhouli opened 2 years ago

fangzhouli commented 2 years ago
fangzhouli commented 2 years ago

11/24/21, Discussion

  1. Data cleaning/preprocessing for CRN (Chongzhou, ETA: 11/26/21)
    • work in progress
  2. Data generation (Fang, ETA: 12/01/21)
    • Implementation (Fang, ETA: 11/30/21) -- Fix the length of time series K -- Randomly choose (or all) AFIS data -- Randomly (or using explainability) to identity next actions -- Generate gold standard using LSTM simulator (original paper, 10000 samples) --- Actions for each time stamp --- Outcome for each time stamp --- Input for each tims stamp
    • Testing (Fang, ETA: 12/01/21)
  3. CRN modification (Chongzhou, ETA: 12/01/21)
    • Change feature names
    • Removing “V” global metadata
  4. CRN training (Matt, ETA: 12/01/21)
    • hyperparameters tuning
  5. Evaluation (Fang/Matt, ETA: 12/03/21)
    • What are we comparing with? -- CRN vs. RNN trained on counterfactual data
    • How do we compare -- accuracy

Note: 3-4 days for report Hard Deadline: 12/08/21

fangzhouli commented 2 years ago

Data generation

Finished:

TODO:

fangzhouli commented 2 years ago

12/01/21 Discussion Data genetation