ML Project
Review Ticket for ML Project
Project Integration
Alara, Tarun, Gurshawn
- I collaborated with Gurshawn and Tarun on this project and integrated by implementing our work together.
- In the context of a Clash Royale prediction game, this model likely predicts the outcome of a match based on the input parameters such as player trophies and deck elixir. Once the prediction is made, the method returns the result in JSON format, which can be consumed by the frontend to display the predicted outcome to the user. Additionally, the code includes error handling.
Grade: 2.75/3
ML Page
Demo
Integrated Code
Backend code which takes user input to predict and return response as JSON object Error exception handling
Training the machine learning model with new data
Creating and Adding the Data