mikulskibartosz.name
Start here
About me
Twitter
Mastodon
mlops.today
Bartosz Mikulski
Building trustworthy data pipelines because AI cannot learn from dirty data
All Stories
Language is all about nouns
Programmers are afraid of nouns. We often replace them with poorly written descriptions of things.
Outlier detection with Scikit Learn
Z-score and Density-Based Spatial Clustering of Applications with Noise
How to set the global random_state in Scikit Learn
What to do if you keep forgetting to set the random_state?
JUG Thüringen meetup - retrospective
My opinion about my presentation at a meetup in Erfurt, Germany.
How to split a list inside a Dataframe cell into rows in Pandas
Step by step instructions to "explode" a list into DataFrame rows.
Interactive plots in Jupyter Notebook
How to create a plot that supports zooming
[book review] James Whittaker's Little Book of the Future
Read this book if you believe we can use A.I. and IoT to build a bright future.
Probability plot - visually compare probability distributions
How to visually check whether your sample is normally distributed?
Count unique elements of an infinite stream of objects
HyperLogLog - probabilistic counting algorithm
Live unit testing with sbt
Can I have the coolest Visual Studio feature in IntelliJ?
Monte Carlo simulation in Python
How to make business decisions using the Monte Carlo simulation?
Word cloud from a Pandas data frame
Create a nice visualization of the most popular words in your data frame
« 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
Next »