Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
NishantBaheti committed Jul 7, 2024
1 parent 1b31bd2 commit ce41602
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mightypy/ml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from mightypy.ml._tree import DecisionTreeClassifier, DecisionTreeRegressor

from mightypy.ml._ensemble import (
AdaboostClassifier,
RandomForestClassifier,
RandomForestRegressor,
)
Expand All @@ -34,10 +33,9 @@
"trend",
"DecisionTreeClassifier",
"DecisionTreeRegressor",
# "AdaboostClassifier",
"RandomForestClassifier",
"RandomForestRegressor",
"moving_window_matrix",
"sigmoid",
"ALS"
"ALS",
]

0 comments on commit ce41602

Please sign in to comment.