Code Monkey home page Code Monkey logo

mham's Introduction

Mobile Health and Activity Monitoring

File structure

/
โ”œโ”€โ”€ docs                           # Documents
โ”‚   โ””โ”€โ”€ mhealth23_exercise.pdf     ### Exercise description
โ”œโ”€โ”€ img                            # Images used in this README
โ”œโ”€โ”€ submission                     # Notebooks and py file for submission
โ”‚   โ”œโ”€โ”€ group24_pathdetection.ipynb
โ”‚   โ””โ”€โ”€ group24_stepcount.ipynb
โ”œโ”€โ”€ task2                          # Task2 related files
โ”‚   โ”œโ”€โ”€ .gitignore
โ”‚   โ”œโ”€โ”€ README.md                  ### Instructions for task2 submission
โ”‚   โ””โ”€โ”€ trace_postproc.py          ### Trace postprocessing script
โ”œโ”€โ”€ mapzurich.png
โ”œโ”€โ”€ example.ipynb
โ”œโ”€โ”€ path_detection.ipynb              # Path detection script (workspace!)
โ”œโ”€โ”€ step_count.ipynb               # Step count notebook (workspace)
โ””โ”€โ”€ README.md

Things to notice for collaboration

  • Mind your commit message format
    • This repo adopts the Conventional Commits format
    • The commit message should be meaningful and informative (describing what you have done)
  • The master branch is protected, you should not (and cannot) push to it directly
    • ALWAYS create a new branch for your work
    • Make a pull request to merge your branch to master
    • You need at least one approval from your teammates to merge your branch to master
    • After merging, delete your branch

Working on Kaggle

The following docs from Kaggle are useful. Note that Kaggle can only import a certain file instead of the whole repo from GitHub.

Before you import the notebooks from GitHub, always bear in mind that the master branch is protected. You cannot push to it directly. Thus, to save and sync your work on Kaggle to GitHub, it is recommended to create a new branch first and make edits on that branch.

Note: It is not recommended to modify the notebooks in submission directory because they are used for submission. The recommended workspace notebooks are the ones located directly in the root directory. For subtask 1, use step_count.ipynb. For subtask 3, use path_detection.ipynb.

Note that Kaggle might automatically change the underscore (_) in the file name into minus(-), which results in two almost identical files appearing on GitHub.

You can also use example.ipynb as a starting point since it is the workspace provided by the TAs.

In order to add data, the Add Data button is located in the notebook settings (which is hidden in at the bottom right cornor of the page, see the screenshot below).

Where to find Kaggle notebook settings

Special instructions for Subtask 1

After importing the notebook you wish to work on, add the "Mobile Health 2023 - Step Count" dataset and (if you want to use our self-recorded step count dataset) the "pigwalk" dataset to your Kaggle notebook.

Special instructions for Subtask 3

After importing the notebook you wish to work on, add the "Mobile Health 2023 - Path detection Submission" dataset and the "mham_task2_submission" dataset to your Kaggle notebook.

Useful links

mham's People

Watchers

 avatar

mham's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.