petermatts / LotterySim

This repository was created to model popular lottery games through statistics and ML.
1 stars 0 forks source link

Save data to a file #5

Closed petermatts closed 5 months ago

petermatts commented 7 months ago

I am aware, that this is already happening with JSON files, however, maybe we could save more comprehensive data. I.e. dates, drawing numbers, and more to a CSV file or even a numpy npz file or something. This could then be used to generate the frequencies in the JSON files and train ML models potentially.

petermatts commented 5 months ago

Updating to wontfix and closing as such, JSON data format is fine, a little visually inefficient for History.json.

There is no need to fix this at the moment, closing for now. May reopen/open a new issue at a later date.