* Functionally added to make predictions on dataset with the *predict* function 17
* Predict examples can be found in the readme and sphinx pages: https://erdogant.github.io/bnlearn/pages/html/Predict.html
* Functionally added that outputs a dataframe with the results for the inference that is made (*query2df*)
* Included some exceptions to catch errors
* Fixed circular imports
* Unit test updated for the new functions
* Some docstrings updated
* Some code refactoring and cleaning