Kategorie: Python
-

Dealing with outliers – IQR method
Cookbook | Data Cleaning Published and available on GitHub as part of the Python Cookbook Repository: outliners_IQR_method.ipynb Dealing with outliers in numerical columns – using IQR method The Interquartile Range (IQR) method is a statistical technique used to identify outliers in a dataset. The IQR…
-

Fill missing data, categorical & numerical
Filling missing categorical and numerical data with fillna(), mode() and statistical measures like mean() or median().
-

Regression – TensorFlow
Basic architecture of a regression model in TensorFlow.
-

AzureDevOps: wiki
Azure DevOps Wiki written in Markdown the Pythonic way Azure DevOps > wiki is able to interpret HTML an Markdown. But what if you want to import tables into the Wiki? Please let me know, if there’s a better way, in the meantime this is…
