Newsleter 1.0.x #1128
mail4umar
announced in
Newsletters
Newsleter 1.0.x
#1128
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
VerticaPy Newsletter
With the release of VerticaPy versions 1.0.0 and 1.0.1, we are thrilled to announce many new features and additions to VerticaPy! The below sections highlight what's new in each of these versions. For more information about these new features, including examples, check out the new and improved VerticaPy documentation.
VerticaPy 1.0.0
Support
Machine Learning Support
XGBClassifier.features_importance()
method, you can find the feature importance for XGBoost models. Linkverticapy.machine_learning.model_selection.statistical_tests.seasonal_decompose
now handles multiple variables using the ROW data type. LinkBug Fixes
Various bug fixes, including adjustments to R squared, Prevalence Threshold, and improvements to several methods—such as
vDataFrame.balance()
.Other
verticapy.datasets
. LinkvDataFrame.SQL
has been deprecated. Now,verticapy.vDataFrame
can be used to directly create a vDataFrame from SQL queries.For example:
Click here for more information.
VerticaPy 1.0.1
Along with the above 1.0.0 improvements, VerticaPy version 1.0.1 includes the following updates:
Options
The
verticapy.set_option()
function now allows you to set the following options:max_cellwidth
: Maximum width of VerticaPy table cells.max_tableheight
: Maximum height of VerticaPy tables.theme
: Set the display theme for VerticaPy objects to 'light' or 'dark'. 'dark' is recommended for night use, and 'light' is the default.The default theme is "Light". It is recommended for daily use:
On the other hand, the "Dark" theme is suited for night-time use:
For switching the themes, following syntax can be used:
Diagnostics
The
verticapy.performance.vertica.qprof.QueryProfiler
class offers an extended set of functionalities, enabling the creation of complex trees with multiple metrics. This can help in finding ways to improve the performance of slow-running queries.Other
The docstrings throughout the documentation have been enriched with examples and further details, providing an improved doc experience.
Beta Was this translation helpful? Give feedback.
All reactions