You’ve heard of train-test split in the context of ML. But what is train-validation-test split? Why is it required, and how to implement it in sklearn? Find out
Tag: test
How to use locust for load testing your HTTP IoT Backend
So you have an IoT system that works flawlessly for one device. How do you know if it will work well for thousands of devices? Test it out with locust!