Visualize, Hyper-tuning, and Modeling with Pywedge Python Package

Explore exploratory data analysis for machine learning and data science

Amit Chauhan
4 min readFeb 18, 2023

In many scenarios, we are dealing with messy data and sometimes hard to understand with statistics. To understand data more deeply and fast with the help of visualization by charts, and graphs.

For machine learning and data science learners, visualization is an easy process to choose the cleaning or wrangling techniques that help for exploratory data analysis (EDA).

Pywedge python package comes with multiple interactive charts to enable the learners to interact with the charts.

Features of Pywedge

  1. It can create 8 interactive charts with axis widgets selection.
  2. It also manages to use pre-processing analysis.
  3. The most important feature, it can create 10 baseline models for our datasets which helps in hyper-tuning for maximum accuracy.

Below is the code to install the Pywedge library in your python environment.

# to install the pywedge package in jupyter 
!pip install pywedge

# to install the pywedge package in the anaconda terminal
pip install pywedge

Pywedge for Visualization

--

--