light gbm - python API vs Scikit-learn API

I am trying to apply LightGBM and have gone through the Python API documentation. Is there any difference between Training API and Scikit-learn API? Can we use both the APIs to achieve same result ...