IEEE-VIT / pykitzoid

This is a repository containing a package coded in Go language, with the motive of providing ML support.
MIT License
9 stars 11 forks source link

Added `plot_data_points` Function #51

Closed Harsh-Avinash closed 11 months ago

Harsh-Avinash commented 11 months ago

Function parameters

Parameter Description Type
csv_object Dataset for plotting float32
plot_name Desired name for saved plot string

Use: plot_data_points(data, "filename.png") for custom plot naming.

Harsh-Avinash commented 11 months ago

Mis-clicked close pr lol