1️⃣ Don’t create complex data processing scripts in Jupyter notebooks, they should be used for EDA and visualisations. 2️⃣ Variables and functions names should be easy to understand for others and consistent across the script. 3️⃣ Use docstrings to add documentation, making it easier to understand and change the code.
Share this post
🐾Top 5 tips for productionising your ML…
Share this post
1️⃣ Don’t create complex data processing scripts in Jupyter notebooks, they should be used for EDA and visualisations. 2️⃣ Variables and functions names should be easy to understand for others and consistent across the script. 3️⃣ Use docstrings to add documentation, making it easier to understand and change the code.