Kaggle Survey 2022. Part one.

Intro Hi! It’s been a while since I published anything. I’ve been moving a lot (7 countries this year and finally found home). I went on Kaggle to find some data that they published Kaggle Survey 2022. A lot of data, cool stuff if you interested in what’s going on with data science. So I decided to take a lot and find something interesting....

Specialty Coffee. Predicting quality with ML

All the code and data is here Project brief You are working for the company that buys coffee from the farmers and sells it to cafes. Every time they get beans they have to pay q-graders to grade the coffee so they can set better prices. Your manager has asked to develop the model that would predict the grade points without the need to hire graders....

Visualisation in R: Plotly. Part 1

Introduction R is a great tool for working with data. Data manipulation becomes a piece of cake and it has a lot to offer for story telling and visualisation. ggplot2 is a great package for static visuals and it works great for the majority of the data projects. That being said, there are situations when adding interactive plots can improve the story you are trying to tell with your analysis....