Hi, I would like to perform Gaussian Process Regression on a certain set of data I have in a csv file. Basically, I have a number of columns in my csv file. Now, based on what I have looked for, I have found two ways of doing GPR in Julia.
1: Using flux and zygote
2: Using GaussianProcesses
I am not sure how to fit the dataset using either of these methods and thats what I am trying to figure out. Any help would be appreciated. I am not asking for a complete answer, just something to start with would be really helpful.