Saaras859 / student-public

MIT License
0 stars 0 forks source link

ML Project Issues #5

Open Saaras859 opened 5 months ago

Saaras859 commented 5 months ago

ALL OF THE STUFF I WORKED ON FOR THE PROJECT and what I learned

For the project I had both frontend and backend contributions, I spent extra time this week trying to work on debugging having to debug our project not clearing our data making it so that our backend didnt work. I also re-worked with post requests and sending to backend making myself familiar again. And I implement a SVR model that was deemed to be slightly more accurate then the tree model me and Ryan initially collaborated on.

User Input code

Here I take in user input for the frontend and then succesfully post it to our backend where the processing will happen one thing I learned how to do is our unique syntax to determine whether or not it is a yes or a no.

Screenshot 2024-03-28 at 1 20 05 PM

AI processing code

Here using the SVR model, inititally we used a forest regression model but then after a while we swapped models because this one was deemed as more accurate and efficient.

Screenshot 2024-03-28 at 1 24 47 PM

Frontend Input section

Here I absorb all the data on my frontend to post out.

Screenshot 2024-03-28 at 1 30 19 PM