Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • M mom-archived
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • agg
  • mom-archived
  • Wiki
  • Home

Home · Changes

Page history
olzama created page: home authored Sep 18, 2019 by Olga Zamaraeva's avatar Olga Zamaraeva
Hide whitespace changes
Inline Side-by-side
home.md 0 → 100644
View page @ 9a310ee2
# Installation
## Dependencies
MOM depends on several packages, including [Graphviz][1], scipy, numpy, xigt.
In general, these should get installed by pip. You may need to install Graphviz manually though,
so it gets properly added to your PATH. I've had issues with relying on pip in this case.
# Usage
```
$ python3 __main__.py -s config_file
```
-s is path to the (settings) config_file, required.
-v is the verbosity parameter, optional.
## Config files
A sample config file can be found under config_files.
You can edit the config file to point to your dataset. A sample (toy) dataset is provided.
```
python3 __main__.py -s config_files/eng_config
```
Next, you can try editing the config file such that it points to your own [dataset][2].
(Remember [what to expect][3]).
[1]:http://www.graphviz.org/Download_macos.php
[2]:https://bitbucket.org/olzama/mom/wiki/Data%20format
[3]:https://bitbucket.org/olzama/mom/wiki/What%20to%20expect
[4]:https://pip.pypa.io/en/stable/installing/
\ No newline at end of file
Clone repository
  • dataset
  • Home
  • what to expect