Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Mining Mood Data

Victoria Peterson - 15476758

Table of Contents

  1. Overview
  2. Usage and Installation
  3. Implementation
  4. Contributing
  5. License

Overview

Usage and Installation

To run the simulations and generate plots, follow these steps:

  1. Clone the repository:

    gh repo clone karolina-chl/ScientificComputing_Set2
  2. Create and activate a virtual environment:

    python -m venv venv
    venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install Dependencies: Ensure you have all the required dependencies installed. You can install them using the requirements.txt file:

    pip install -r requirements.txt
  4. Initialize Directories as Packages: This step will ensure that all function imports from different directories are recognized by initializing the directories as packages in the virtual environment. This step may be unnecessary if your IDE automatically established the environmental variable PYTHON_PATH for your imports:

    pip install -e .
  5. Run: You can run

Implementation

Source Code

Scripts

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes and commit them with clear and concise messages.
  4. Push your changes to your forked repository.
  5. Create a pull request to the main repository.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages