I was looking around the documentation for the excellent betacal package and google and I couldn’t find. Most ML major libraries (tensorflow, pytorch etc) have a built-in way to save a model. I figured I’d make a short tutorial on how to do this because there isn’t currently a way to do this built-in toContinue reading “How to Save a Betacal Model (PYTHON)”
Tag Archives: Data Science
Do NOT Store Your Data as a CSV File
This was a hard lesson to learn that seems obvious in hindsight. When I was a less-experienced developer, I was working on a web scraper where I took took data from an online source and appended it to a Pandas DataFrame. When I was done scraping I then converted the DataFrame into a CSV fileContinue reading “Do NOT Store Your Data as a CSV File”