Dataframe factory
Introduction
About a year ago, I made a switch at work and hopped onto the data scientist team. It was a bit of a wild ride getting into the AI scene, figuring out how things are built and coded.
As time rolled on, I noticed something odd – not many folks were big on testing. It was like the norm was to cook up your code and give it a spin with production data. Now, coming from a software development background, that felt a bit off. How on earth do you make sure you cover all those possible use cases without a solid testing game? I’ve got a shortlist of things I can’t stand in this world, and right at the top are messy organization, a lack of basic object-oriented principles, and, you guessed it, no testing.
Read more...