Commits


Jayvee He authored and Guolin Ke committed e9275fb9cd6
Add Python examples on how to load models (#371) * Update Python-API.md * for a better jump in page A space is needed between `#` and the headers content according to Github's markdown format [guideline](https://guides.github.com/features/mastering-markdown/) After adding the spaces, we can jump to the exact position in page by click the link. * fixed something mentioned by @wxchan * Update Python-API.md * Add examples on how to use the saved model * move 'load model' examples to advanced_example