Skip to content

Commit

Permalink
removed rls
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo3ad-S committed Nov 17, 2024
1 parent 89cd67e commit 54a94e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 49 deletions.
4 changes: 2 additions & 2 deletions river/linear_model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .pa import PAClassifier, PARegressor
from .perceptron import Perceptron
from .softmax import SoftmaxRegression
from .rls import RLS



__all__ = [
Expand All @@ -23,6 +23,6 @@
"PARegressor",
"Perceptron",
"SoftmaxRegression",
"RLS",


]
47 changes: 0 additions & 47 deletions river/linear_model/rls.py

This file was deleted.

0 comments on commit 54a94e3

Please sign in to comment.