Skip to content

Commit

Permalink
updated the rest of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo3ad-S committed Nov 26, 2024
1 parent 322b924 commit dcb0f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions river/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from __future__ import annotations

from . import tags, typing
from .adpredictor import AdPredictor
from .base import Base
from .classifier import Classifier, MiniBatchClassifier
from .clusterer import Clusterer
Expand All @@ -38,7 +37,6 @@
from .wrapper import Wrapper

__all__ = [
"AdPredictor",
"Base",
"BinaryDriftDetector",
"BinaryDriftAndWarningDetector",
Expand Down
2 changes: 2 additions & 0 deletions river/linear_model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from __future__ import annotations

from . import base
from .adpredictor import AdPredictor
from .alma import ALMAClassifier
from .bayesian_lin_reg import BayesianLinearRegression
from .lin_reg import LinearRegression
Expand All @@ -21,4 +22,5 @@
"PARegressor",
"Perceptron",
"SoftmaxRegression",
"AdPredictor",
]

0 comments on commit dcb0f98

Please sign in to comment.