Skip to content
New issue

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

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

Already on GitHub? # to your account

clean imports #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

clean imports #91

wants to merge 1 commit into from

Conversation

niektuytel
Copy link

There where some unused imports, and set np.cov(X, rowvar=False) in place of calculate_covariance_matrix(X) to make the file more simple.

There where some unused imports, and set `np.cov(X, rowvar=False)` in place of `calculate_covariance_matrix(X)` to make the file more simple.
@donRumata03
Copy link

Isn't «calculate_covariance_matrix(X)» used to show all the process of machiene learning including covariance matrix calculating?…

@niektuytel
Copy link
Author

You are right, than why we are using numpy in this project for the rest of our calculations?
I guess back than numpy did not have a .cov() available.

And would be better to not over compilicate things.

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

Successfully merging this pull request may close these issues.

2 participants