till-teb / expenses-management-tool

Management tool to analyse, visualize and forecast expenses.
MIT License
2 stars 3 forks source link

data generator #3

Open till-teb opened 2 years ago

till-teb commented 2 years ago

For data prediction we will need a lot test data, that's why we need the data generator. The following settings should be possible for the data generator function before he produce the dataset:


The DataFrame contains the following columns:

  • expense
  • amount
  • importance
  • category
  • date
  • label for good day or bad day
l4nz8 commented 1 year ago

This is a big problem we have, but I also think it would be too much work to build one from scratch. We would first need real data on which we can base artificial data. If we were to work with random data, it would be unrealistic. I'm not sure if we need generated data at all, because I don't see any point in training any model. It gives us no added value in our analysis.

The only thing we need is a data set to see if our program is working properly.