* add option to turn off ModelAnalysis.show_feature_importance
* set xgboost version < 1.6
* Naming Improvement: FeatureBundle, ModelBundle and FullPipelineBundle
* add utils.return_or_load function to return the object if its type matches, otherwise load from disk.
* Allow classes to be initialized by either config path or config object with the same initialization method signature.
* Create PipelineBundle which should contain all information for inference.