Changelog
11c2652 - Fix import from Prosimos (Ihar Suvorau)
8c00de9 - Add validation_log to tests (Ihar Suvorau)
24179d3 - Fix prosimos and pix-framework usages (Ihar Suvorau)
4b7eba1 - Update README.md (Ihar Suvorau)
3f11749 - Merge prioritization (Ihar Suvorau)
8f0441a - Update Prosimos package name (Ihar Suvorau)
aefc78d - Merge remote-tracking branch 'origin/master' into prioritization (Ihar Suvorau)
da115c3 - Merge prioritization (Ihar Suvorau)
3331224 - Change last evaluation to be done with both training+validation sets (David Chapela de la Campa)
9e44143 - Rename provided process model variable naming for clarity (David Chapela de la Campa)
69d4c5f - Add test for evaluate_logs (Ihar Suvorau)
5e7bfa8 - Parse dates using ISO8601 (Ihar Suvorau)
fc779cc - Add Pylint to CI (Ihar Suvorau)
5e57a69 - Refactor Process Model Discovery process as two functions (one for each available algorithm) and one common facade function (David Chapela de la Campa)
efd1add - Huge refactor to use new methods for Case Arrival & Gateway Probabilities & Resource Profiles - Update main pipeline to discover first the CaseArrival and ResourceProfile models to provide the Control-flow optimizer (so this one starts and ends with those same models, just altering the control-flow models). - Refactor Control-flow optimization pipeline to make it more independent and with a clearer structure. - Create class for CaseArrival model (calendar and distribution) - Method to discover the Case Arrival Model of a given event log. - Remove structure miner settings because of redundancy (now handled with HyperoptIterationParams) - Simplify resource_activity_performances.py removing the transformation activity label -> activity ID (it uses the label, the change to the IDs has to be done from the outside). (David Chapela de la Campa)
2d25f7e - Small refactor of general optimizer structure (David Chapela de la Campa)
a3a78b8 - Finish implementation of resource-activity performance model discovery (David Chapela de la Campa)
fb092f4 - Re-fix the double quotes' problem for Windows systems (David Chapela de la Campa)
1f34e9a - Merge remote-tracking branch 'origin/prioritization' into prioritization (David Chapela de la Campa)
481e1f8 - [Not Integrated] Huge reimplementation of resource allocation discovery (profiles, calendars, and activity performance) (David Chapela de la Campa)
0d83b6b - Small refactor to simplify the arrival discovery (David Chapela de la Campa)
521914e - Refactor arrival calendars (David Chapela de la Campa)
c858247 - Update gateway probabilities: internally always using class, exporting and importing to/from json dict (David Chapela de la Campa)