Skip to content

Commit

Permalink
Restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
adnankarol authored and adnankarol committed Aug 1, 2024
1 parent e4070a6 commit 9313c3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Empty file removed __init__.py
Empty file.
1 change: 1 addition & 0 deletions classifierAgent/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .classifierAgent import classifier
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ def parse_requirements(filename):
'svm', 'logistic regression', 'naive bayes', 'knn', 'decision tree'
],
python_requires='>=3.10',
packages=find_packages(), # Automatically find packages in the directory
packages=find_packages(),
install_requires=parse_requirements('requirements.txt')
)

0 comments on commit 9313c3c

Please sign in to comment.