PinnedWhat’s the Gini index for machine learning?The Gini index is used for decision trees. Indeed, how do we know how to separate the root node? Well, there are a couple of methods, and the Gini index is good. First, it allows checking if the leaves containing labels are pure or impure. That’s right, the more diverse…Data Science2 min readData Science2 min read
Feb 12Learning Data Science is hard, here are tips to help you to get comfortableData Science is a rapidly evolving and complex discipline, so it’s not surprising that many people feel overwhelmed by the sheer amount of knowledge that needs to be acquired. However, there are ways to overcome this frustration and keep moving forward. …Data Science3 min readData Science3 min read
Jan 3Credit Card Fraud DetectionPart 1 How do we know when a credit card is fraudulent or not? This is a classification problem statement. This tutorial will be in 2 parts, the first part will be on machine learning, and the second will be on deployment. I like typing the problem statement, so let’s write in…Data Science4 min readData Science4 min read
Nov 16, 20218 tips to get better at codingYou may be a junior, just out of a Bootcamp, and you can’t find a job, or in a job, but you feel like you’re stagnating. So you need advice that will help you improve your skills in coding and maybe be less frustrated. …Web Development4 min readWeb Development4 min read
Published in Synthesio Engineering·Dec 3, 2019React + D3.js + Canvas: challenges for a visual representation of an infrastructureThe goal of this application is to represent the services, processes, etc. visually. We agreed to do a force-directed graph like this one http://visualdataweb.de/webvowl/#. But because there are more than 300 nodes to represent and we chose canvas over SVG for performance reasons.JavaScript2 min readJavaScript2 min read
Mar 18, 2019Level up your JavaScript skills with 5 Github repositoriesSo you know the bases, you work with React, Vue, Angular, Node, VanillaJS, but sometimes you get stuck on your code, and that’s frustrating you? Or maybe you want to be better at coding challenges. …2 min read2 min read
Nov 30, 20183 tips for challenging yourself as a Web DeveloperThe technological watch is good but can go a step further. Automate everything you canNodejs2 min readNodejs2 min read
Nov 21, 2018Create a simple i18n doc with VuePressand deploy quickly with Netlify — VuePress is a static site generator made by the creator of VueJS. Vue-apollo, Vue-test-utils, etc., use this tool for their documentation. We will see how we can use it to create excellent documentation and deploy with Netlify. Read my article on Netlify : Netlify, ideal deployment tool for a Front-end developer If you are a Front-end Developer looking for a tool to deploy your website with a few configs and extras like…medium.comJavaScript6 min readJavaScript6 min read
Nov 21, 2018Netlify, an ideal deployment tool for a Front-end developerIf you are a Front-end Developer looking for a tool to deploy your website with a few configs and extras like Continuous Delivery, but DevOps world scares you, I recommend using Netlify. You can keep a familiar platform like Github, with just two inputs to fill in the interface. …JavaScript2 min readJavaScript2 min read