PinnedInTDS ArchivebySeyma Tas·Feb 19, 2021Parents And Children In PythonInheritance: Extending Classes To Make New Classes
PinnedInTDS ArchivebySeyma Tas·Aug 2, 2020Bean Machine and The Central Limit TheoremFrom Binomial Distribution to Normal Distribution
PinnedInTDS ArchivebySeyma Tas·Jul 30, 2020How To Evaluate Image Segmentation ModelsDice and Jaccard’s explained…
PinnedInTDS ArchivebySeyma Tas·Dec 16, 2020Faster Lookups In PythonComparison of dictionaries and listsA response icon6A response icon6
Seyma Tas·Mar 24, 2021Cross ValidationIn last week’s article, I wrote about train-test splits. However, there is a problem with separating the data into only two splits. Since…
Seyma Tas·Mar 17, 2021Why Do We Split Datasets?Why it is important to create a separate evaluation split of a dataset when performing model/algorithm tuning?