Yang Guo

Results 3 issues of Yang Guo

It seems to me that the experiment in demo_paper.m has a mismatch between the result and setting. ![image](https://user-images.githubusercontent.com/10891654/50022008-7950f880-ffa0-11e8-8e49-2171a28e5764.png) Should the variable be info_sag instead? Also, I am wondering if the...

### What happened + What you expected to happen When running `nbs/core.ipynb`, I encounter the issue that is `AttributeError: module 'pydantic.fields' has no attribute 'ModelField'` at the following cell of...

bug

Implement the custom dataset input for `predict_insample` function. It allows evaluating the same model but different dataset from the most recently used dataset. For example, I want evaluate `predict_insample` on...