add: Iris Dataset Example to community_gallery #298
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
name: Hemant Sharma
about: created this PR introducing a new example to the community_gallery/iris_preswald_data_app folder.
title: 'iris_preswald_data_app'
labels: 'preswald, pyhton, ml, iris-dataset'
assignees: ''
Description of Changes
This pull request introduces a new example to the community_gallery/ folder, featuring an interactive data application built with Preswald using the well-known Iris dataset. Sourced from the UCI Machine Learning Repository, the Iris dataset is a staple in data science due to its simplicity and versatility, making it an ideal candidate to showcase Preswald’s powerful features.
Key Features of the App
Interactive UI: A slider enables users to filter the dataset by minimum petal length, offering a dynamic and user-friendly experience.
Data Manipulation: Real-time filtering of the dataset based on slider input demonstrates Preswald’s capability to process user-driven queries seamlessly.
Visualization: A scatter plot displaying sepal length vs. sepal width, colored by species, updates dynamically as the filter changes, leveraging Preswald’s integration with Plotly for stunning, interactive visuals.
Explore the app live here: Video Link
Type of Change
Testing
Please describe the tests that you ran to verify your changes. Include screenshots/videos.
Checklist