Skip to content

Commit

Permalink
fixed init files
Browse files Browse the repository at this point in the history
  • Loading branch information
HMUNACHI committed Jan 30, 2024
1 parent 5792943 commit 2def63e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nanodl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
__version__ = "1.0.0.dev1"

from nanodl.__src.sklearn_gpu.bayes import NaiveBayesClassifier
from nanodl.__src.sklearn_gpu.dimensionality_reduction import PCA
from nanodl.__src.sklearn_gpu.clustering import KMeans, GaussianMixtureModel
Expand Down Expand Up @@ -157,9 +159,6 @@
)


__version__ = "0.2.1-alpha"


__all__ = [
# Sklearn GPU
"NaiveBayesClassifier",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2def63e

Please sign in to comment.