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 in Polynomial Regression Algorithm #50

Closed MeenuyD closed 1 year ago

MeenuyD commented 1 year ago

Inserted the code in the plot_data_points function in pykitzoid/algorithms/polynomial_regression.go. This algorithm should aim at creating a scatterplot for the data points for the regression line using the "gonum/plot" package.

39