vertica / VerticaPy

VerticaPy is a Python library that exposes sci-kit like functionality to conduct data science projects on data stored in Vertica, thus taking advantage Vertica’s speed and built-in analytics and machine learning capabilities.
https://www.vertica.com/python/
Apache License 2.0
218 stars 44 forks source link

Creating hidden functions for QueryProfiler class #1216

Closed mail4umar closed 1 month ago

mail4umar commented 1 month ago

There are certain functions that get overwritten by QueryProfielrInterface.

I have created hidden functions which can be called separately.

The report output has also been updated to reflect this.