LICENSE.txt
README.md
setup.py
verticapy/__init__.py
verticapy/_help.py
verticapy/_typing.py
verticapy.egg-info/PKG-INFO
verticapy.egg-info/SOURCES.txt
verticapy.egg-info/dependency_links.txt
verticapy.egg-info/requires.txt
verticapy.egg-info/top_level.txt
verticapy/_config/__init__.py
verticapy/_config/config.py
verticapy/_config/validators.py
verticapy/_utils/__init__.py
verticapy/_utils/_display.py
verticapy/_utils/_gen.py
verticapy/_utils/_inspect_statistics.py
verticapy/_utils/_logo.py
verticapy/_utils/_map.py
verticapy/_utils/_object.py
verticapy/_utils/_parsers.py
verticapy/_utils/_print.py
verticapy/_utils/_sql/__init__.py
verticapy/_utils/_sql/_cast.py
verticapy/_utils/_sql/_check.py
verticapy/_utils/_sql/_collect.py
verticapy/_utils/_sql/_dblink.py
verticapy/_utils/_sql/_display.py
verticapy/_utils/_sql/_format.py
verticapy/_utils/_sql/_merge.py
verticapy/_utils/_sql/_random.py
verticapy/_utils/_sql/_sys.py
verticapy/_utils/_sql/_vertica_version.py
verticapy/chart/__init__.py
verticapy/connection/__init__.py
verticapy/connection/connect.py
verticapy/connection/errors.py
verticapy/connection/external.py
verticapy/connection/global_connection.py
verticapy/connection/oauth_manager.py
verticapy/connection/read.py
verticapy/connection/utils.py
verticapy/connection/write.py
verticapy/core/__init__.py
verticapy/core/parsers/__init__.py
verticapy/core/parsers/_utils.py
verticapy/core/parsers/all.py
verticapy/core/parsers/avro.py
verticapy/core/parsers/csv.py
verticapy/core/parsers/json.py
verticapy/core/parsers/pandas.py
verticapy/core/parsers/shp.py
verticapy/core/string_sql/__init__.py
verticapy/core/string_sql/base.py
verticapy/core/tablesample/__init__.py
verticapy/core/tablesample/base.py
verticapy/core/vdataframe/__init__.py
verticapy/core/vdataframe/_aggregate.py
verticapy/core/vdataframe/_corr.py
verticapy/core/vdataframe/_encoding.py
verticapy/core/vdataframe/_eval.py
verticapy/core/vdataframe/_fill.py
verticapy/core/vdataframe/_filter.py
verticapy/core/vdataframe/_io.py
verticapy/core/vdataframe/_join_union_sort.py
verticapy/core/vdataframe/_machine_learning.py
verticapy/core/vdataframe/_math.py
verticapy/core/vdataframe/_multiprocessing.py
verticapy/core/vdataframe/_pivot.py
verticapy/core/vdataframe/_plotting.py
verticapy/core/vdataframe/_plotting_animated.py
verticapy/core/vdataframe/_read.py
verticapy/core/vdataframe/_rolling.py
verticapy/core/vdataframe/_scaler.py
verticapy/core/vdataframe/_sys.py
verticapy/core/vdataframe/_text.py
verticapy/core/vdataframe/_typing.py
verticapy/core/vdataframe/_utils.py
verticapy/core/vdataframe/base.py
verticapy/datasets/__init__.py
verticapy/datasets/generators.py
verticapy/datasets/loaders.py
verticapy/datasets/tests_loaders.py
verticapy/datasets/data/__init__.py
verticapy/datasets/data/africa_education.csv
verticapy/datasets/data/airline_passengers.csv
verticapy/datasets/data/amazon.csv
verticapy/datasets/data/cities.csv
verticapy/datasets/data/commodities.csv
verticapy/datasets/data/gapminder.csv
verticapy/datasets/data/iris.csv
verticapy/datasets/data/market.csv
verticapy/datasets/data/pop_growth.csv
verticapy/datasets/data/smart_meters.csv
verticapy/datasets/data/titanic.csv
verticapy/datasets/data/winequality.csv
verticapy/datasets/data/world.csv
verticapy/errors/__init__.py
verticapy/jupyter/__init__.py
verticapy/jupyter/_javascript.py
verticapy/jupyter/_widgets.py
verticapy/jupyter/extensions/__init__.py
verticapy/jupyter/extensions/_utils.py
verticapy/jupyter/extensions/chart_magic.py
verticapy/jupyter/extensions/sql_magic.py
verticapy/jupyter/html/__init__.py
verticapy/jupyter/html/html_template_connected.html
verticapy/jupyter/html/index.html
verticapy/jupyter/html/style-dark.css
verticapy/jupyter/html/style.css
verticapy/machine_learning/__init__.py
verticapy/machine_learning/memmodel/__init__.py
verticapy/machine_learning/memmodel/base.py
verticapy/machine_learning/memmodel/cluster.py
verticapy/machine_learning/memmodel/decomposition.py
verticapy/machine_learning/memmodel/ensemble.py
verticapy/machine_learning/memmodel/linear_model.py
verticapy/machine_learning/memmodel/naive_bayes.py
verticapy/machine_learning/memmodel/preprocessing.py
verticapy/machine_learning/memmodel/tree.py
verticapy/machine_learning/metrics/__init__.py
verticapy/machine_learning/metrics/classification.py
verticapy/machine_learning/metrics/plotting.py
verticapy/machine_learning/metrics/regression.py
verticapy/machine_learning/model_selection/__init__.py
verticapy/machine_learning/model_selection/kmeans.py
verticapy/machine_learning/model_selection/model_validation.py
verticapy/machine_learning/model_selection/variables_selection.py
verticapy/machine_learning/model_selection/hp_tuning/__init__.py
verticapy/machine_learning/model_selection/hp_tuning/cv.py
verticapy/machine_learning/model_selection/hp_tuning/param_gen.py
verticapy/machine_learning/model_selection/hp_tuning/plotting.py
verticapy/machine_learning/model_selection/statistical_tests/__init__.py
verticapy/machine_learning/model_selection/statistical_tests/norm.py
verticapy/machine_learning/model_selection/statistical_tests/ols.py
verticapy/machine_learning/model_selection/statistical_tests/tsa.py
verticapy/machine_learning/vertica/__init__.py
verticapy/machine_learning/vertica/base.py
verticapy/machine_learning/vertica/cluster.py
verticapy/machine_learning/vertica/decomposition.py
verticapy/machine_learning/vertica/ensemble.py
verticapy/machine_learning/vertica/linear_model.py
verticapy/machine_learning/vertica/model_management.py
verticapy/machine_learning/vertica/naive_bayes.py
verticapy/machine_learning/vertica/neighbors.py
verticapy/machine_learning/vertica/pipeline.py
verticapy/machine_learning/vertica/preprocessing.py
verticapy/machine_learning/vertica/svm.py
verticapy/machine_learning/vertica/tree.py
verticapy/machine_learning/vertica/automl/__init__.py
verticapy/machine_learning/vertica/automl/clustering.py
verticapy/machine_learning/vertica/automl/dataprep.py
verticapy/machine_learning/vertica/automl/supervised.py
verticapy/machine_learning/vertica/feature_extraction/__init__.py
verticapy/machine_learning/vertica/feature_extraction/text.py
verticapy/machine_learning/vertica/pmml/__init__.py
verticapy/machine_learning/vertica/pmml/base.py
verticapy/machine_learning/vertica/tensorflow/__init__.py
verticapy/machine_learning/vertica/tensorflow/base.py
verticapy/machine_learning/vertica/tensorflow/freeze_tf2_model.py
verticapy/machine_learning/vertica/tsa/__init__.py
verticapy/machine_learning/vertica/tsa/arima.py
verticapy/machine_learning/vertica/tsa/base.py
verticapy/machine_learning/vertica/tsa/ensemble.py
verticapy/mlops/__init__.py
verticapy/mlops/model_tracking/__init__.py
verticapy/mlops/model_tracking/base.py
verticapy/mlops/model_versioning/__init__.py
verticapy/mlops/model_versioning/base.py
verticapy/performance/__init__.py
verticapy/performance/vertica/__init__.py
verticapy/performance/vertica/qprof.py
verticapy/performance/vertica/qprof_interface.py
verticapy/performance/vertica/qprof_stats_tests.py
verticapy/performance/vertica/qprof_utility.py
verticapy/performance/vertica/tree.py
verticapy/performance/vertica/collection/__init__.py
verticapy/performance/vertica/collection/collection_tables.py
verticapy/performance/vertica/collection/profile_export.py
verticapy/performance/vertica/collection/profile_import.py
verticapy/pipeline/__init__.py
verticapy/pipeline/_helper.py
verticapy/pipeline/_ingest.py
verticapy/pipeline/_schedule.py
verticapy/pipeline/_train.py
verticapy/pipeline/_transform.py
verticapy/pipeline/_validate.py
verticapy/pipeline/parser.py
verticapy/plotting/__init__.py
verticapy/plotting/_utils.py
verticapy/plotting/base.py
verticapy/plotting/sql.py
verticapy/plotting/_highcharts/__init__.py
verticapy/plotting/_highcharts/acf.py
verticapy/plotting/_highcharts/bar.py
verticapy/plotting/_highcharts/barh.py
verticapy/plotting/_highcharts/base.py
verticapy/plotting/_highcharts/boxplot.py
verticapy/plotting/_highcharts/candlestick.py
verticapy/plotting/_highcharts/contour.py
verticapy/plotting/_highcharts/density.py
verticapy/plotting/_highcharts/heatmap.py
verticapy/plotting/_highcharts/hist.py
verticapy/plotting/_highcharts/line.py
verticapy/plotting/_highcharts/outliers.py
verticapy/plotting/_highcharts/pie.py
verticapy/plotting/_highcharts/range.py
verticapy/plotting/_highcharts/scatter.py
verticapy/plotting/_highcharts/spider.py
verticapy/plotting/_highcharts/machine_learning/__init__.py
verticapy/plotting/_highcharts/machine_learning/champion_challenger.py
verticapy/plotting/_highcharts/machine_learning/elbow.py
verticapy/plotting/_highcharts/machine_learning/importance.py
verticapy/plotting/_highcharts/machine_learning/lof.py
verticapy/plotting/_highcharts/machine_learning/logistic_reg.py
verticapy/plotting/_highcharts/machine_learning/model_evaluation.py
verticapy/plotting/_highcharts/machine_learning/pca.py
verticapy/plotting/_highcharts/machine_learning/regression.py
verticapy/plotting/_highcharts/machine_learning/regression_tree.py
verticapy/plotting/_highcharts/machine_learning/stepwise.py
verticapy/plotting/_highcharts/machine_learning/svm.py
verticapy/plotting/_highcharts/machine_learning/tsa.py
verticapy/plotting/_matplotlib/__init__.py
verticapy/plotting/_matplotlib/acf.py
verticapy/plotting/_matplotlib/bar.py
verticapy/plotting/_matplotlib/barh.py
verticapy/plotting/_matplotlib/base.py
verticapy/plotting/_matplotlib/boxplot.py
verticapy/plotting/_matplotlib/candlestick.py
verticapy/plotting/_matplotlib/contour.py
verticapy/plotting/_matplotlib/density.py
verticapy/plotting/_matplotlib/heatmap.py
verticapy/plotting/_matplotlib/hexbin.py
verticapy/plotting/_matplotlib/hist.py
verticapy/plotting/_matplotlib/line.py
verticapy/plotting/_matplotlib/outliers.py
verticapy/plotting/_matplotlib/pie.py
verticapy/plotting/_matplotlib/range.py
verticapy/plotting/_matplotlib/scatter.py
verticapy/plotting/_matplotlib/spider.py
verticapy/plotting/_matplotlib/animated/__init__.py
verticapy/plotting/_matplotlib/animated/bar.py
verticapy/plotting/_matplotlib/animated/base.py
verticapy/plotting/_matplotlib/animated/bubble.py
verticapy/plotting/_matplotlib/animated/line.py
verticapy/plotting/_matplotlib/animated/pie.py
verticapy/plotting/_matplotlib/machine_learning/__init__.py
verticapy/plotting/_matplotlib/machine_learning/champion_challenger.py
verticapy/plotting/_matplotlib/machine_learning/elbow.py
verticapy/plotting/_matplotlib/machine_learning/importance.py
verticapy/plotting/_matplotlib/machine_learning/kmeans.py
verticapy/plotting/_matplotlib/machine_learning/lof.py
verticapy/plotting/_matplotlib/machine_learning/logistic_reg.py
verticapy/plotting/_matplotlib/machine_learning/model_evaluation.py
verticapy/plotting/_matplotlib/machine_learning/pca.py
verticapy/plotting/_matplotlib/machine_learning/regression.py
verticapy/plotting/_matplotlib/machine_learning/regression_tree.py
verticapy/plotting/_matplotlib/machine_learning/stepwise.py
verticapy/plotting/_matplotlib/machine_learning/svm.py
verticapy/plotting/_matplotlib/machine_learning/tsa.py
verticapy/plotting/_plotly/__init__.py
verticapy/plotting/_plotly/acf.py
verticapy/plotting/_plotly/bar.py
verticapy/plotting/_plotly/barh.py
verticapy/plotting/_plotly/base.py
verticapy/plotting/_plotly/boxplot.py
verticapy/plotting/_plotly/candlestick.py
verticapy/plotting/_plotly/contour.py
verticapy/plotting/_plotly/density.py
verticapy/plotting/_plotly/heatmap.py
verticapy/plotting/_plotly/hist.py
verticapy/plotting/_plotly/line.py
verticapy/plotting/_plotly/outliers.py
verticapy/plotting/_plotly/pie.py
verticapy/plotting/_plotly/range.py
verticapy/plotting/_plotly/scatter.py
verticapy/plotting/_plotly/spider.py
verticapy/plotting/_plotly/subplots.py
verticapy/plotting/_plotly/machine_learning/__init__.py
verticapy/plotting/_plotly/machine_learning/champion_challenger.py
verticapy/plotting/_plotly/machine_learning/elbow.py
verticapy/plotting/_plotly/machine_learning/importance.py
verticapy/plotting/_plotly/machine_learning/kmeans.py
verticapy/plotting/_plotly/machine_learning/lof.py
verticapy/plotting/_plotly/machine_learning/logistic_reg.py
verticapy/plotting/_plotly/machine_learning/model_evaluation.py
verticapy/plotting/_plotly/machine_learning/pca.py
verticapy/plotting/_plotly/machine_learning/regression.py
verticapy/plotting/_plotly/machine_learning/regression_tree.py
verticapy/plotting/_plotly/machine_learning/stepwise.py
verticapy/plotting/_plotly/machine_learning/svm.py
verticapy/plotting/_plotly/machine_learning/tsa.py
verticapy/sdk/__init__.py
verticapy/sdk/vertica/__init__.py
verticapy/sdk/vertica/udf/__init__.py
verticapy/sdk/vertica/udf/gen.py
verticapy/sdk/vertica/udf/load.py
verticapy/sdk/vertica/udf/utils.py
verticapy/sql/__init__.py
verticapy/sql/create.py
verticapy/sql/drop.py
verticapy/sql/dtypes.py
verticapy/sql/flex.py
verticapy/sql/insert.py
verticapy/sql/sys.py
verticapy/sql/functions/__init__.py
verticapy/sql/functions/analytic.py
verticapy/sql/functions/conditional.py
verticapy/sql/functions/date.py
verticapy/sql/functions/math.py
verticapy/sql/functions/null_handling.py
verticapy/sql/functions/random.py
verticapy/sql/functions/regexp.py
verticapy/sql/functions/string.py
verticapy/sql/geo/__init__.py
verticapy/sql/geo/functions.py
verticapy/sql/geo/index.py
verticapy/tests/__init__.py
verticapy/tests/base.py
verticapy/tests/conftest.py
verticapy/tests/connect/__init__.py
verticapy/tests/connect/test_connect.py
verticapy/tests/datasets/__init__.py
verticapy/tests/datasets/test_datasets.py
verticapy/tests/geo/__init__.py
verticapy/tests/geo/test_geo.py
verticapy/tests/hchart/__init__.py
verticapy/tests/hchart/test_hchart.py
verticapy/tests/sql/__init__.py
verticapy/tests/sql/test_sql.py
verticapy/tests/stats/__init__.py
verticapy/tests/stats/test_stats.py
verticapy/tests/udf/__init__.py
verticapy/tests/udf/pmath.py
verticapy/tests/udf/test_udf.py
verticapy/tests/utilities/__init__.py
verticapy/tests/utilities/csv_test1.csv
verticapy/tests/utilities/csv_test2.csv
verticapy/tests/utilities/csv_test3.csv
verticapy/tests/utilities/test_utilities.py
verticapy/tests/utilities/titanic-passengers.json
verticapy/tests/utils/__init__.py
verticapy/tests/utils/log.py
verticapy/tests/utils/os_utils.py
verticapy/tests/vModel/__init__.py
verticapy/tests/vModel/test_balance.py
verticapy/tests/vModel/test_bisecting_kmeans.py
verticapy/tests/vModel/test_countvectorizer.py
verticapy/tests/vModel/test_dbscan.py
verticapy/tests/vModel/test_delphi.py
verticapy/tests/vModel/test_dummy_tree_classifier.py
verticapy/tests/vModel/test_dummy_tree_regressor.py
verticapy/tests/vModel/test_iforest.py
verticapy/tests/vModel/test_kde.py
verticapy/tests/vModel/test_knn_classifier.py
verticapy/tests/vModel/test_knn_regressor.py
verticapy/tests/vModel/test_kprototypes.py
verticapy/tests/vModel/test_linear_svc.py
verticapy/tests/vModel/test_linear_svr.py
verticapy/tests/vModel/test_lof.py
verticapy/tests/vModel/test_logistic_regression.py
verticapy/tests/vModel/test_mca.py
verticapy/tests/vModel/test_memmodel.py
verticapy/tests/vModel/test_model_selection.py
verticapy/tests/vModel/test_naive_bayes.py
verticapy/tests/vModel/test_nearestcentroid.py
verticapy/tests/vModel/test_normalizer.py
verticapy/tests/vModel/test_onehotencoder.py
verticapy/tests/vModel/test_pca.py
verticapy/tests/vModel/test_pipeline.py
verticapy/tests/vModel/test_svd.py
verticapy/tests/vModel/test_tools.py
verticapy/tests/vModel/test_xgb_classifier.py
verticapy/tests_new/__init__.py
verticapy/tests_new/conftest.py
verticapy/tests_new/config/__init__.py
verticapy/tests_new/connection/__init__.py
verticapy/tests_new/datasets/__init__.py
verticapy/tests_new/jupyter/__init__.py
verticapy/tests_new/jupyter/extensions/__init__.py
verticapy/tests_new/machine_learning/__init__.py
verticapy/tests_new/machine_learning/memmodel/__init__.py
verticapy/tests_new/machine_learning/memmodel/test_cluster.py
verticapy/tests_new/machine_learning/memmodel/test_decomposition.py
verticapy/tests_new/machine_learning/memmodel/test_ensemble.py
verticapy/tests_new/machine_learning/memmodel/test_linear_model.py
verticapy/tests_new/machine_learning/memmodel/test_naive_bayes.py
verticapy/tests_new/machine_learning/memmodel/test_preprocessing.py
verticapy/tests_new/machine_learning/memmodel/test_tree.py
verticapy/tests_new/machine_learning/metrics/__init__.py
verticapy/tests_new/machine_learning/metrics/test_classification_metrics.py
verticapy/tests_new/machine_learning/metrics/test_regression_metrics.py
verticapy/tests_new/machine_learning/model_selection/__init__.py
verticapy/tests_new/machine_learning/vertica/__init__.py
verticapy/tests_new/machine_learning/vertica/conftest.py
verticapy/tests_new/machine_learning/vertica/model_utils.py
verticapy/tests_new/machine_learning/vertica/test_base_model_methods.py
verticapy/tests_new/machine_learning/vertica/test_cluster.py
verticapy/tests_new/machine_learning/vertica/test_linear_model.py
verticapy/tests_new/machine_learning/vertica/test_model_management.py
verticapy/tests_new/machine_learning/vertica/test_tfidf.py
verticapy/tests_new/machine_learning/vertica/test_tree_model.py
verticapy/tests_new/mlops/__init__.py
verticapy/tests_new/mlops/test_model_tracking.py
verticapy/tests_new/mlops/test_model_versioning.py
verticapy/tests_new/performance/__init__.py
verticapy/tests_new/performance/vertica/__init__.py
verticapy/tests_new/performance/vertica/test_qprof.py
verticapy/tests_new/performance/vertica/test_qprof_simple.py
verticapy/tests_new/performance/vertica/test_tree.py
verticapy/tests_new/pipeline/__init__.py
verticapy/tests_new/pipeline/conftest.py
verticapy/tests_new/pipeline/test_helper.py
verticapy/tests_new/pipeline/test_parser.py
verticapy/tests_new/pipeline/test_schedule.py
verticapy/tests_new/pipeline/test_train.py
verticapy/tests_new/pipeline/test_transform.py
verticapy/tests_new/pipeline/test_validate.py
verticapy/tests_new/plotting/__init__.py
verticapy/tests_new/plotting/base_test_files.py
verticapy/tests_new/plotting/conftest.py
verticapy/tests_new/plotting/highcharts/__init__.py
verticapy/tests_new/plotting/highcharts/conftest.py
verticapy/tests_new/plotting/highcharts/test_highcharts_acf.py
verticapy/tests_new/plotting/highcharts/test_highcharts_bar.py
verticapy/tests_new/plotting/highcharts/test_highcharts_barh.py
verticapy/tests_new/plotting/highcharts/test_highcharts_base.py
verticapy/tests_new/plotting/highcharts/test_highcharts_boxplot.py
verticapy/tests_new/plotting/highcharts/test_highcharts_candlestick.py
verticapy/tests_new/plotting/highcharts/test_highcharts_contour.py
verticapy/tests_new/plotting/highcharts/test_highcharts_density.py
verticapy/tests_new/plotting/highcharts/test_highcharts_heatmap.py
verticapy/tests_new/plotting/highcharts/test_highcharts_hist.py
verticapy/tests_new/plotting/highcharts/test_highcharts_line.py
verticapy/tests_new/plotting/highcharts/test_highcharts_outliers.py
verticapy/tests_new/plotting/highcharts/test_highcharts_pie.py
verticapy/tests_new/plotting/highcharts/test_highcharts_range.py
verticapy/tests_new/plotting/highcharts/test_highcharts_scatter.py
verticapy/tests_new/plotting/highcharts/test_highcharts_spider.py
verticapy/tests_new/plotting/highcharts/machine_learning/__init__.py
verticapy/tests_new/plotting/highcharts/machine_learning/test_highcharts_champion_challenger.py
verticapy/tests_new/plotting/highcharts/machine_learning/test_highcharts_elbow.py
verticapy/tests_new/plotting/highcharts/machine_learning/test_highcharts_importance.py
verticapy/tests_new/plotting/highcharts/machine_learning/test_highcharts_lof.py
verticapy/tests_new/plotting/highcharts/machine_learning/test_highcharts_logistic_reg.py
verticapy/tests_new/plotting/highcharts/machine_learning/test_highcharts_model_evaluation.py
verticapy/tests_new/plotting/highcharts/machine_learning/test_highcharts_pca.py
verticapy/tests_new/plotting/highcharts/machine_learning/test_highcharts_regression.py
verticapy/tests_new/plotting/highcharts/machine_learning/test_highcharts_regression_tree.py
verticapy/tests_new/plotting/highcharts/machine_learning/test_highcharts_stepwise.py
verticapy/tests_new/plotting/highcharts/machine_learning/test_highcharts_svm.py
verticapy/tests_new/plotting/matplotlib/__init__.py
verticapy/tests_new/plotting/matplotlib/conftest.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_acf.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_bar.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_barh.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_base.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_boxplot.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_candlestick.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_contour.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_density.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_heatmap.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_hexbin.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_hist.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_line.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_outliers.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_pie.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_range.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_scatter.py
verticapy/tests_new/plotting/matplotlib/test_matplotlib_spider.py
verticapy/tests_new/plotting/matplotlib/machine_learning/__init__.py
verticapy/tests_new/plotting/matplotlib/machine_learning/test_matplotlib_champion_challenger.py
verticapy/tests_new/plotting/matplotlib/machine_learning/test_matplotlib_elbow.py
verticapy/tests_new/plotting/matplotlib/machine_learning/test_matplotlib_importance.py
verticapy/tests_new/plotting/matplotlib/machine_learning/test_matplotlib_kmeans.py
verticapy/tests_new/plotting/matplotlib/machine_learning/test_matplotlib_lof.py
verticapy/tests_new/plotting/matplotlib/machine_learning/test_matplotlib_logistic_reg.py
verticapy/tests_new/plotting/matplotlib/machine_learning/test_matplotlib_model_evaluation.py
verticapy/tests_new/plotting/matplotlib/machine_learning/test_matplotlib_pca.py
verticapy/tests_new/plotting/matplotlib/machine_learning/test_matplotlib_regression.py
verticapy/tests_new/plotting/matplotlib/machine_learning/test_matplotlib_regression_tree.py
verticapy/tests_new/plotting/matplotlib/machine_learning/test_matplotlib_stepwise.py
verticapy/tests_new/plotting/matplotlib/machine_learning/test_matplotlib_svm.py
verticapy/tests_new/plotting/plotly/__init__.py
verticapy/tests_new/plotting/plotly/conftest.py
verticapy/tests_new/plotting/plotly/test_plotly_acf.py
verticapy/tests_new/plotting/plotly/test_plotly_bar.py
verticapy/tests_new/plotting/plotly/test_plotly_barh.py
verticapy/tests_new/plotting/plotly/test_plotly_base.py
verticapy/tests_new/plotting/plotly/test_plotly_boxplot.py
verticapy/tests_new/plotting/plotly/test_plotly_candlestick.py
verticapy/tests_new/plotting/plotly/test_plotly_contour.py
verticapy/tests_new/plotting/plotly/test_plotly_density.py
verticapy/tests_new/plotting/plotly/test_plotly_heatmap.py
verticapy/tests_new/plotting/plotly/test_plotly_hist.py
verticapy/tests_new/plotting/plotly/test_plotly_line.py
verticapy/tests_new/plotting/plotly/test_plotly_outliers.py
verticapy/tests_new/plotting/plotly/test_plotly_pie.py
verticapy/tests_new/plotting/plotly/test_plotly_range.py
verticapy/tests_new/plotting/plotly/test_plotly_scatter.py
verticapy/tests_new/plotting/plotly/test_plotly_spider.py
verticapy/tests_new/plotting/plotly/machine_learning/__init__.py
verticapy/tests_new/plotting/plotly/machine_learning/test_plotly_champion_challenger.py
verticapy/tests_new/plotting/plotly/machine_learning/test_plotly_elbow.py
verticapy/tests_new/plotting/plotly/machine_learning/test_plotly_importance.py
verticapy/tests_new/plotting/plotly/machine_learning/test_plotly_kmeans.py
verticapy/tests_new/plotting/plotly/machine_learning/test_plotly_lof.py
verticapy/tests_new/plotting/plotly/machine_learning/test_plotly_logistic_reg.py
verticapy/tests_new/plotting/plotly/machine_learning/test_plotly_model_evaluation.py
verticapy/tests_new/plotting/plotly/machine_learning/test_plotly_pca.py
verticapy/tests_new/plotting/plotly/machine_learning/test_plotly_regression.py
verticapy/tests_new/plotting/plotly/machine_learning/test_plotly_regression_tree.py
verticapy/tests_new/plotting/plotly/machine_learning/test_plotly_stepwise.py
verticapy/tests_new/plotting/plotly/machine_learning/test_plotly_svm.py
verticapy/tests_new/sdk/__init__.py
verticapy/tests_new/sql/__init__.py
verticapy/tests_new/sql/functions/__init__.py
verticapy/tests_new/sql/geo/__init__.py
verticapy/tests_new/utils/__init__.py