Skip to content

Commit

Permalink
shaps
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson committed Dec 26, 2024
1 parent 8feadad commit e87506f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Setup configuration
setuptools.setup(
name="simba-uw-tf-dev",
version="2.4.5",
version="2.4.6",
author="Simon Nilsson, Jia Jie Choong, Sophia Hwang",
author_email="[email protected]",
description="Toolkit for computer classification and analysis of behaviors in experimental animals",
Expand Down
4 changes: 2 additions & 2 deletions simba/model/grid_search_rf.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ def run(self):


#
test = GridSearchRandomForestClassifier(config_path=r"C:\troubleshooting\mitra\project_folder\project_config.ini")
test.run()
# test = GridSearchRandomForestClassifier(config_path=r"C:\troubleshooting\mitra\project_folder\project_config.ini")
# test.run()

#
# test = GridSearchRandomForestClassifier(config_path=r"C:\troubleshooting\mitra\project_folder\project_config.ini")
Expand Down

0 comments on commit e87506f

Please sign in to comment.