VerticaPy icon indicating copy to clipboard operation
VerticaPy copied to clipboard

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 machi...

Results 41 VerticaPy issues
Sort by recently updated
recently updated
newest added

This issue is to introduce "contamination" parameter in apply_iforest function.

enhancement

It seems that for any Vertica instance having more than 1 node, the 'order by' is not applied in the final vDataFrame.

bug

This issue is to support the ARIMA (d=0) on VerticaPy

new feature

Hello, When converting a pandas dataframe to a Vertica dataframe, we could see the addition of a special character in front of a comma in a varchar type variable. For...

bug

Pandas has popular melt function [found here](https://pandas.pydata.org/docs/reference/api/pandas.melt.html). VerticaPy has the same function but named differently. Customers and I will search for a .melt() function in Vertica but will find no...

enhancement

I think we can do the following changes: - keep the index white - The footer is a little bit confusing, it says: "Showing 1 to 25 of 100 entries"...

enhancement

Hi, We have a problem of behavior between drop() and to_db() function in VerticaPy 0.8.1. * Python version : 3.8.13 Moreover, to_csv() function has the same error. When we want...

bug

Hi, Most of cases what we study are unbalanced (business, fraud...). To correct / rebalance this problem, we use in scikit ``class_weight = « balanced »``. The definition is given...

enhancement

Hi, In several project, we would use Jaro-Winkler distance : * [Wikipedia link](https://en.wikipedia.org/wiki/Jaro%E2%80%93Winkler_distance) * [Jellyfish PyPI](https://jamesturk.github.io/jellyfish/functions/#jaro-winkler-similarity) This method is implemented in Jellyfish library, and we would find this interesting to...

new feature
server

Hello, There is a problem with features_importance méthod for XGBoostClassifier and XGBoostRegressor : ![image](https://user-images.githubusercontent.com/49387599/169482974-a2e5008e-2e37-41e8-a53c-6daf6867d11f.png) Regards, Alexandre

enhancement
server