Best Machine Learning Practices

  • January 10, 2021
  • admin
A lot of ML modeling tutorials available online are basic, and most don't have adequate information as to do's and don'ts of creating ML models from top to bottom. One of the recent advancements in ML includes the "scikit" pipelines. They are a good way of building ...

Using Pre-commit hooks in Python and R

  • January 10, 2021
  • admin
Git hooks are shell scripts that run automatically before or after git executes an important command like Commit or Push. You can find hooks in your ...

Setup GitHub Pages for Web Hosting

  • June 01, 2021
  • admin
Building websites this decade is a lot easier than it was at the start of the previous decade. Back then, I would secure a domain, then I had to pay for the hosting monthly or annually, after which I had to upload my website to the server using ...

Setup a Dashboard to monitor your website traffic

  • June 01, 2021
  • admin
If you are wondering why you need customer analytics embedded in your website, the answer is simple, you have data you can use to monitor audience activity and also improve audience interaction with your website.