Aditya Nalini
Aditya Nalini
Added landing-codivas and aec-library to the CSS list
Added the solution on "Transitive Closure of Graph"
Let's start on this project! To create your first PR: - Fork this repo - Create a file with your name (yourname.py) in the folder submissions (Create one if folder...
Congratulations! By now, you have successfully created a model and evaluated it, but is it the end? Of course not! Let's optimize our model :) **Task** - Tune model parameters...
**Task** Compare the predicted and observed label classes to see the actual accuracy.
**Task** - Define the ml model that you will be using in this project. - Run the model on training data (Fitting) - Predict outcomes using fitted model
**Task** Provide code to split sample data provided into two sets, training data and testing data.
Completed and merged your last 5 tasks? Great! By now, you must have learnt a lot but the real 'Machine Learning' begins from here. From now on, you will be...
Added prime check progam in C