Bird Species Classification with Machine Learning
Here I manually saved the column names, which are numerical and categorical, and also saved the target column. From the info function, there seem to be missing values, and we can see that location and sex should be categorical, so we have to do some data type conversion later on. Let's first visualize our target class. We see location and species seemingly for their respective locations and species (loc2 & species C, loc3 & species A). We also see there are slightly more female (1) birds than the male counterpart.
May-27-2022, 17:46:24 GMT
- Technology: