Skip to content

Commit

Permalink
Merge pull request #51 from daviddwlee84/patch-2
Browse files Browse the repository at this point in the history
Clean up import
  • Loading branch information
eriklindernoren authored Jan 23, 2019
2 parents a633c33 + af49677 commit 6c5135d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from __future__ import print_function, division
import numpy as np
from mlfromscratch.utils import calculate_covariance_matrix, standardize
from mlfromscratch.utils import calculate_correlation_matrix
from mlfromscratch.utils import calculate_covariance_matrix


class PCA():
Expand Down

0 comments on commit 6c5135d

Please sign in to comment.