AutoViz
AutoViz copied to clipboard
Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Shape of your Data Set loaded: (3312, 20) ####################################################################################### ######################## C L A S S I F Y I N G V A R I A B L E S...
I am having the above error while using autoviz My target variable is price i even tried it using empty target variable still same result i dont know the problem...
Is t possible to use lightgbm instead of xgboost? It is extremely faster and lighter
When using `vervose=2` to output an `svg` or `png` file, there is an issue where the top title part is cut off. There seems to be a problem with the...
Would you welcome a PR adding black formatting to the project? https://github.com/psf/black
### Versions: Python = 3.11 pandas = 1.5.3 (autoviz also needs updating to latest version of pandas - 2.1) numpy = 1.23.5 (autoviz also needs updating to latest version of...
When running the sample, on Python 3.10.9, it throws an exception as bellow: ```python import pandas as pd from autoviz import AutoViz_Class AV = AutoViz_Class() data = {'col1': [1, 2,...
Conda package version: 0.1.901, PyPi: 0.1.905
'seaborn' is not a valid package style, path of style file, URL of style file, or library style name (library styles are listed in `style.available`)
I am trying to work on a very messy dataset, is there any option to turn off removing variables, It is removing every column from the dataset. 31 Predictors classified......