# Result set for Testing | |
testing_result=testing_ranked100.dropna() | |
testing_result['rel']=testing_result['rel'].astype(int) | |
print('Shape=>',testing_result.shape) | |
testing_result.head() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment