/statistic_for_modeling_story

Homework assignment for the production stories lecture at HSE. The story about statistic in design and modeling

Primary LanguagePythonApache License 2.0Apache-2.0

Statistic for Design and Modeling

Homework assignment for the production stories course. The story about statistic in design and modeling.

This repo provides script for checking monotonic conjugation.

Installation

To install required packages use:

pip install -r requirements.txt

Usage

To run monotonic conjugation check use:

python monotonic_conjugation.py --input <INPUT FILE> --output <OUTPUT FILE>

To see help message with arguments description use:

python monotonic_conjugation.py --help

Run on provided test data:

python monotonic_conjugation.py --input data/in.txt --output data/out.txt