Skip to content

Commit

Permalink
paper; doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Freakwill committed Dec 18, 2023
1 parent 7494d92 commit 3a08e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrimidine/learn/linear_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from sklearn.linear_model import LinearRegression
from ..learn import BaseEstimator

from .population import StandardPopulation
from ..population import StandardPopulation
from digit_converter import IntervalConverter

c = IntervalConverter(lb=-60, ub=60)
Expand Down

0 comments on commit 3a08e3f

Please sign in to comment.