Health index estimation datasets#

class ice.health_index_estimation.datasets.Milling(num_chunks=None, force_download=False)[source]#

Bases: BaseDataset

Preprocessed to mil data from the Milling Data Set: https://data.nasa.gov/Raw-Data/Milling-Wear/vjv9-9f3x/data

Parameters:
  • num_chunks (int) – If given, download only num_chunks chunks of data. Used for testing purposes.

  • force_download (bool) – If True, download the dataset even if it exists.

This method has to be implemented by all children. Set name and public link.