There are two common ways to encode categorical features. We can use Ordinal Encoding or we can use One Hot Encoding. Let's explore when you should use Ordinal encoding and when to use One hot encoding in this post.
When porting code from one language to another, we can often introduce unexpected bugs into our code. In this post, I explore one such bug and how to avoid it.
For our bioinformatics project, we had to come up with a project idea, and create a proposal webpage, where we outline the Team, Topic, Goals, Plan of Action, Workload Distribution and References.