An open API service indexing awesome lists of open source software.

https://github.com/genieframework/stipple-demo-irisclustering


https://github.com/genieframework/stipple-demo-irisclustering

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# NOTE: This repository is deprecated. For new Stipple examples check [this Repository](https://github.com/GenieFramework/StippleDemos)

# Iris flowers dataset k-means clustering dashboard

Demo data dashboard built with
[Stipple.jl](https://github.com/GenieFramework/Stipple.jl),
[StippleUI.jl](https://github.com/GenieFramework/StippleUI.jl),
[StippleCharts.jl](https://github.com/GenieFramework/StippleCharts.jl), and
[Genie.jl](https://github.com/GenieFramework/Genie.jl)

## Installation

Clone/download repo.

Open a Julia REPL and `cd` to the app's dir.

```julia
julia> cd(...the app folder...)
```

Install dependencies

```julia
pkg> activate .

pkg> instantiate
```

Load app

```julia
julia> using Genie

julia> Genie.loadapp()
```

The application will start on port 8100. Open your web browser and navigate to .

Pick the x and y features to render the plots. Use the various slides to control the model.