- [Added]
- [Deleted]
- [Testing]
- [Edited]
- [Deleted] Modification in
DataSummarizer/MturkDataSummarizer.py
: Since the assign probability is wrong, I delete this column from the summarized dataset.
- [Added] Modification in
DataSummarizer/MturkDataSummarizer.py
: Due to there is a difference in assignment batch size and update batch size, Summarizer will drop rows with NAs in batch_group_updated, which means that it will compute the summary with observarions in the update batch.
- [Added] Concrete implementation of
DataSummarizer/MturkDataSummarizer.py
- [Added] Define contracts in
DataSummarizer/DataSummarizer.py
- [Added] Concrete implementation of
DataPipeine/mturk_data_pipeline.py
- [Added] utils functions in
DataPipeline/utils.py
- [Added] Concrete Implementation of
DataPipeline/mha_data_pipeline.py
- [Added] Concrete Implementation of
DataPipelines/mha_dialog_pipeline.py
- [Added] Define new exceptions of
Exceptions/DataPipelineExceptions.py
- [Added] Concrete implementation of
DataDownloader/moocletdatadownloader.py
- [Added]
__init__.py
in all the folders - [Added]
.gitignore
to prevent git updates onAPIConfigs/secure.py
- [Added] Define New exceptions in
Exceptions/DataDownloaderException.py
- [Added] Concrete implementation of
DataDownloader/mhadatadownloader.py
- [Added] API configurations for
APIConfigs/mha_controller.yaml
andAPIConfigs/mooclet.yaml
- [Added] Abstract methods for
DataDownloader/datadownloader.py