Machine learning Box
Imagine a box where you put all of your machine learning stuff, Here it is. [WIP] will update the structure Bias vs Varience Metrics Precision Recall Accuracy F1-score Cross-Validation How do you choose which cross validation technique will be used for your project. THink about how your model will be sued and interact with the data in a deployed setting. if the dataset is huge, use Hold-out, which is basically 80-20 method ...