educational-technology-collective / morf

The MOOC Replication Framework (MORF)
MIT License
16 stars 7 forks source link

implement workflow.extract.fork_features() #27

Closed jpgard closed 6 years ago

jpgard commented 6 years ago

This should be a simple function that takes two arguments, job_config, a MorfJobConfig object, and job_id_to_fork, a string, and simply copies the featureset from job_id_to_fork into the feature directory for job_config.

jpgard commented 6 years ago

This should probably also copy the original docker image, just to be safe?