Add
- record the runtime of fit and predict in each RunRecord (`"runtime": {"fit": 3.2, "predict": 1.2}`).
Fix
- Kernel build method from feature map function.
- Disable cache when reloading custom modules.
- Temporarily changed to single-threaded due to a bug found in the process parallelization process. Will be supported in the future.
Change
- remove input dim check when construct feature map. Implement user's own necessary checking mechanisms to improve operability.
- split default feature map module (`defaults.py`) in to each objective and method.