You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /path/to/project/f_macro_optimization
pyenv install 3.8.6
pyenv local 3.8.6
poetry shell
poetry install # install the defined dependencies for the project
Run the script
# spawn a shell within your virtual environment
poetry shell
python <script># or you can directly run
poetry run python <script>
IDE plugins:
* flake8
* black
* mypy
Pre-commit hook
pre-commit install
About
Threshold optimization for F measure of macro-averaged precision and recall