Open
Description
- What changes would you like to make to this class if you could - this is your chance.
__init__
can't be taken more or less as is -- would need some way to figure out how to flatten the data into two axes - examples vs features (over which data would be processed)
- Take these functions as is:
assign job indices
estimate compute time per pixel
get pixels in current batch
test
use_partial_Computation
set_cores
set_memory_and_cores
map_function
write_results_chunk
create_results_dataset
write_source_dset_provenance
get_existing_datasets
_unit_computation
- Rewrite the following:
check for duplicates
set_memory
read_data_chunk
create_compute_status_dataset
- Carefully rewrite
compute()
Activity