pip install smart-factory-faker
This is a project that can build a fake data set with a process. You can define the route of the process and by defining the sensor, you can build a data set of the process in progress.
- define process
- define facilities, and sensors
- return to dataframe
- return to csv
- return by facilies (it will return to seperated datafram by facilities)
- Or gate can difine probability for branching
- raise erorr when branch probability is not define
- Create BoolSensor
- Create method using heap(This function is more accurate Processor class is no longer maintained)
- Can visualize the difined route
- Huristic visualizer function is created(This function plots a number on a edge)
- Visualizer can show sensor infomation
- Sensor data can be generated for multiple distributions
- More sophisticated timestamps of sensor data generated by the process
- Sensor data can be visualized as a plot
- Refactoring the code
- fixed bug
- Change the code to get the next node
- Can be separated by facility
- refactoring code
- can see facilities history(Facility performance record => DataFrame(columns = [@timestamp, expire, wait]))