zberk / PokemonMachineLearning

This project is to help me learn how to learn Machine Learning through a meaningful, productive outlet: Pokemon!
GNU General Public License v3.0
0 stars 0 forks source link

Data Load balance #3

Open zberk opened 8 years ago

zberk commented 8 years ago

Depending on your internet connection, the loading of data can take several hours to complete. It would be nice if we stop at some point and then pick up where we left off.

Another idea would be to group resources into blocks of time/type. So maybe we load all Berry data at once or maybe we section data loading to be in 15 minute increments.

zberk commented 8 years ago

Waiting on a solution for #205: Mechanism to find any changes made to the API data before going ahead with this.