ofithcheallaigh / masters_project

This repo is for my MSc in AI research project
0 stars 0 forks source link

Start breaking models code into functions #20

Closed ofithcheallaigh closed 1 year ago

ofithcheallaigh commented 1 year ago

The code at the minute just runs right through, but it would be better to have functions which could be called as needed.

To Do

ofithcheallaigh commented 1 year ago

I have created a file to hold functions. It is called my_fns.py. The initial function in this file is:

ofithcheallaigh commented 1 year ago

I have also broken the code into a function which plots the accuracy depending on the number of neighbors selected - get_knn_n_plot

The function work will continue as needed, so I will close this out.