mikulskibartosz.name
Start here
About me
Twitter
Mastodon
Hire me
Bartosz Mikulski
Leveraging AI to drive growth and innovation
All Stories
Fill missing values using Random Forest
How to predict the missing values using Scikit-Learn
The one important thing I learned from "Beyond Developer" by Dan North
How to motivate software engineers?
Programmers love new toys but hate new habits
We talk about toys. We love new buzzwords. We adore things that sound cool. Yes, we do.
A "known bug" is still a bug
What does a "known bug" or an update say our users?
How to build a project inside a Docker container
How to safely run code downloaded from the Internet
[book review] Dichotomy of leadership
The follow-up to “Extreme ownership”
Box and whiskers plot
How to plot and interpret the box and whiskers plot
[book review] Team Geek
This book deserves a 3-star review on Amazon for many reasons.
How I failed to plot parallel coordinates in Matplotlib
Built-in matplotlib functions are not enough in this case
Import Jupyter Notebook from GitHub
The easiest way to access someone else’s code in your own notebook
Fill missing values in Pandas
Use the next or previous value to fill the missing values in Pandas
Forward feature selection in Scikit-Learn
Two workarounds to get an equivalent of forward feature selection in Scikit-Learn
« Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Next »