buildHtml
baseUrl https://iriseda.scroll.pub
metaTags
editButton /edit.html
title Iris Dataset EDA
style.css
header
class hero
nav
div IrisEDA
class logo
div
class nav-links
a Overview
href #overview
a Dataset
href #dataset
a EDA
href #eda
a Visualizations
href #visualizations
div
class hero-content
h1 Iris Dataset Exploratory Data Analysis
p Understanding flower species through data visualization and statistical analysis
a View Code
class primary-button
href #code
main
section
id overview
class overview
h2 Project Overview
p This project performs Exploratory Data Analysis (EDA) on the Iris dataset, containing information about three species of iris flowers (Setosa, Versicolor, and Virginica) based on four numerical features.
div
class stats-grid
div
class stat-card
h3 150
p Samples
div
class stat-card
h3 4
p Features
div
class stat-card
h3 3
p Species
section
id dataset
class dataset
h2 Dataset Information
p The Iris dataset is a well-known dataset in machine learning and statistics, built into Seaborn.
div
class feature-table
table
thead
tr
th Feature
th Description
tbody
tr
td Sepal Length
td Length of sepal in cm
tr
td Sepal Width
td Width of sepal in cm
tr
td Petal Length
td Length of petal in cm
tr
td Petal Width
td Width of petal in cm
section
id eda
class eda
h2 Exploratory Data Analysis
div
class eda-steps
div
class step-card
h3 1. Data Preprocessing
ul
li Checking for missing values
li Summary statistics
li Understanding distributions
div
class step-card
h3 2. Data Visualization
ul
li Pairplot - Feature relationships
li Boxplot - Outlier detection
li Heatmap - Correlation analysis
section
id visualizations
class visualizations
h2 Data Visualizations
div
class viz-container
div
class viz-card
h3 Pairplot
div
class viz-placeholder
id pairplot
div
class viz-card
h3 Boxplot
div
class viz-placeholder
id boxplot
div
class viz-card
h3 Heatmap
div
class viz-placeholder
id heatmap
section
id code
class code
h2 Implementation Code
pre
class code-block
code # Python code would appear here
class language-python
footer
div
class footer-content
p A data science exploration project using the Iris dataset
script.js