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

QueryProfiler Update: Speed-up + Start and End Time Information added #1222

Closed mail4umar closed 1 month ago

mail4umar commented 1 month ago

Speeding up the query by adding the filter to sift through only the desired transaction ids and statement ids.

Unit test: Updated the unit test for get_queries function. Included the new parameters for starting and ending timestamp.

Also skipped the test for tfidf with variable with_words. This is not working with the compatible version of tensorflow in python 3.12.