Install process - Other
Created by: arita37
Thanks for your hard work.
- AS TF, Scikit, packages are evolving a lot, it would be useful to document: For each release of KAROO_GP: Dependency list (TF 1.0.1, .....) of Python packages. Regression test in a folder test_regression: input_data test_01.py
We can check install easily as well as the results.
-
We may want to integrate into other python data processing/code. is there a way to import karoo as a package ? import karoo as ka
-
For some problems, we may want to limit the operation list (ex: cyclical data, we want to remove sin and keep only keep cos(a*t+b) ) Is there a way to add a config file than karoo can read (so we don't have to change the core source).
-
What about custom primitive ? It may help for complex modelling and reducing tree depth. Operator Primitive: exp( -a *x**2)
Ex: Multi-period data (5 <> period) and we split into medium period to simplify the problem.