Skip to content

IBPA/CowMetritis

Repository files navigation

Cow Metritis Cure Risk Study

Brief introduction of this project goes here.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Directories

Following is a short description of each directory under the root folder.

  • config: .ini configuration files go here.
  • data: All data files go here.
  • managers: Contains all the modules running the experiment.
  • output: All output files go here.
  • utils: Other utility files used in the project.

Prerequisites

In addition to Python 3.6+, following Python libraries are required.

matplotlib==3.2.1
numpy==1.18.2
pandas==1.0.3
scikit-learn==0.22.2

You can optionally use pip3 to install the required Python libraries.

pip3 install -r requirements.txt

Running

Configuration files use a general path /path/to/project/root/directory for compatibility. Please update these general paths to match your local computer. You can run the following script to do so.

./update_paths.sh

Following line runs the main python script.

python3 main.py

Results

What are the output files?

Authors

License

What license are we using?

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published