We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8905f7 commit 04d4309Copy full SHA for 04d4309
tnlearn/regressor.py
@@ -18,7 +18,7 @@
18
from copy import deepcopy
19
import re
20
from tqdm import tqdm
21
-from tnlearn.tnlearn.utils import random_seed
+from tnlearn.utils import random_seed
22
23
24
class VecSymRegressor:
0 commit comments