-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple corrections and code completion (#98)
* Multiple corrections and code completion - Display Bug for autoML - corrected - Adding to_python for Pipelines - to_python is now available for NaiveBayes and OneHotEncoder - correction to_sql for OneHotEncoder - correction of read_csv for headers with space - correction of outlier_plot * to_python correction - correcting to_python - adding tests to_python * auc value correction * Bug + simplification Test simplification Correction bug model selection * Update test_onehotencoder.py * Small corrections
- Loading branch information
Showing
23 changed files
with
318 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
|
||
setuptools.setup( | ||
name = 'verticapy', | ||
version = '0.6.0', | ||
version = '0.6.1', | ||
author = "Badr Ouali", | ||
author_email = "[email protected]", | ||
url = "https://github.com/vertica/VerticaPy", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ | |
# of moving data around for processing, VerticaPy brings the logic to the data. | ||
# | ||
# | ||
__version__ = "0.6.0" | ||
__version__ = "0.6.1" | ||
__author__ = "Badr Ouali" | ||
__author_email__ = "[email protected]" | ||
__description__ = """VerticaPy simplifies data exploration, data cleaning and machine learning in Vertica.""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.