11 life saving asserts for dealing with (medical) DataFramesHave you found yourself deep into a data science project, only to uncover an embarrassingly obvious error in your data? for example, that…Feb 4Feb 4
Introduction to TensorFlow’s data.Dataset APItf.data.Dataset is a an API in TensorFlow that provides an efficient and flexible way to represent and manipulate data. It is used when…Jul 14, 2023Jul 14, 2023
Basic tensor creation and manipulation with TensorFlowThis blog is just a compilation of common TensorFlow methods with examples copied from the original docstrings. Intended for Tensorflow…Jul 7, 2023Jul 7, 2023
The Bland-Altman Plot: Agreement Between Two Numerical Measurements with PythonIn the medical field, we often need to assess the agreement between two measurement methods (resulting with continuous variables). My…Dec 27, 2021Dec 27, 2021
Visualization of Research Citations Using Networkx and BokehWhy visualize paper citations?Feb 3, 20213Feb 3, 20213