Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add make_moons generator + some doc reorg #185

Merged
merged 3 commits into from
Jan 25, 2025
Merged

add make_moons generator + some doc reorg #185

merged 3 commits into from
Jan 25, 2025

Conversation

CarloLucibello
Copy link
Member

Part of #15

using MLUtils
using Plots

x, y = Datasets.make_moons(1000, noise=0.1, shuffle=false)

scatter(x[1, y .== 1], x[2, y .== 1], label="Class 1")
scatter!(x[1, y .== 2], x[2, y .== 2], label="Class 2")

plot_12

@CarloLucibello CarloLucibello changed the title add make_moons generator add make_moons generator + some doc reorg Jan 25, 2025
@CarloLucibello CarloLucibello merged commit bea6ec4 into main Jan 25, 2025
7 checks passed
@CarloLucibello CarloLucibello deleted the cl/moon branch January 25, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant