Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question on feature_loader.py:32,33 #64

Open
HatsuneBlake opened this issue May 30, 2021 · 0 comments
Open

Question on feature_loader.py:32,33 #64

HatsuneBlake opened this issue May 30, 2021 · 0 comments

Comments

@HatsuneBlake
Copy link

HatsuneBlake commented May 30, 2021

while np.sum(feats[-1]) == 0:
    feats  = np.delete(feats,-1,axis = 0)
    labels = np.delete(labels,-1,axis = 0)

I know these lines are intend to delete the all 0 features.
But can anyone tell me where these unwant data come from?Many Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant