What can you do when your machine learning model stops improving?
There's always a point when you hit the ceiling and the performance of the model stalls.
Thread: A couple of tricks to improve your model.
A simple Python trick:
Use triple quotes (""") to span strings over multiple lines. It makes up for a much cleaner code.
string2 instead of string1 on the attached example.