Skip to content

Commit

Permalink
Update gpa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Aug 8, 2023
1 parent 95e328b commit 1bf98d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prince/gpa.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import numpy as np
from scipy.linalg import orthogonal_procrustes
from scipy.spatial import procrustes
from sklearn import base, utils as sk_utils
from sklearn import base
from sklearn import utils as sk_utils

from prince import utils

Expand Down

0 comments on commit 1bf98d0

Please sign in to comment.