macroframe-forecast


Namemacroframe-forecast JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryMacroframework forecasting with accounting identities
upload_time2024-10-08 21:40:15
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11.9
licenseNone
keywords macroframework forecasting macroeconomic identities high-dimensional forecasting econometrics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Systematizing Macroframework Forecasting: High-Dimensional Conditional Forecasting with Accounting Identities

This repository contains the Python code for the forecasting method described in:

[Systematizing Macroframework Forecasting: High-Dimensional Conditional Forecasting with Accounting Identities](https://link.springer.com/article/10.1057/s41308-023-00225-8).

# Installation

To install the `mff` package, run the following from the repository root:

```shell
python -m pip install .
```

# Development

For development of the code, use the environment in file `environment-dev.yml`.
It's recommended to install the editable version of the package, so the edits
are immediately reflected for testing:

```shell
python -m pip install -e .
```

## Building documentation

To build/update documentation, run:

```shell
sphinx-build -M html docs/source/ docs/build/
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "macroframe-forecast",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11.9",
    "maintainer_email": "Sakai Ando <sando@imf.org>, Sultan Orazbayev <sorazbayev@imf.org>",
    "keywords": "macroframework, forecasting, macroeconomic identities, high-dimensional forecasting, econometrics",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8b/44/0574876c90527ae135c09fc189d5cc7716a6fc084e9f5d697cbe1d3aee1b/macroframe_forecast-0.1.2.tar.gz",
    "platform": null,
    "description": "# Systematizing Macroframework Forecasting: High-Dimensional Conditional Forecasting with Accounting Identities\r\n\r\nThis repository contains the Python code for the forecasting method described in:\r\n\r\n[Systematizing Macroframework Forecasting: High-Dimensional Conditional Forecasting with Accounting Identities](https://link.springer.com/article/10.1057/s41308-023-00225-8).\r\n\r\n# Installation\r\n\r\nTo install the `mff` package, run the following from the repository root:\r\n\r\n```shell\r\npython -m pip install .\r\n```\r\n\r\n# Development\r\n\r\nFor development of the code, use the environment in file `environment-dev.yml`.\r\nIt's recommended to install the editable version of the package, so the edits\r\nare immediately reflected for testing:\r\n\r\n```shell\r\npython -m pip install -e .\r\n```\r\n\r\n## Building documentation\r\n\r\nTo build/update documentation, run:\r\n\r\n```shell\r\nsphinx-build -M html docs/source/ docs/build/\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Macroframework forecasting with accounting identities",
    "version": "0.1.2",
    "project_urls": {
        "homepage": "https://github.com/sakaiando/macroframe-forecast",
        "repository": "https://github.com/sakaiando/macroframe-forecast"
    },
    "split_keywords": [
        "macroframework",
        " forecasting",
        " macroeconomic identities",
        " high-dimensional forecasting",
        " econometrics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbd69aed0a02d6aec3d20814be57f5c2776fa49652e2d356514e9d202f418cd7",
                "md5": "9601b4eefd9ad5d9383189e11990f3b3",
                "sha256": "e6d78fa514d3a50e7d287fc796c2f17d169d7b7e10c4e006797213e63a1fbb6d"
            },
            "downloads": -1,
            "filename": "macroframe_forecast-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9601b4eefd9ad5d9383189e11990f3b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11.9",
            "size": 17896,
            "upload_time": "2024-10-08T21:40:12",
            "upload_time_iso_8601": "2024-10-08T21:40:12.533203Z",
            "url": "https://files.pythonhosted.org/packages/fb/d6/9aed0a02d6aec3d20814be57f5c2776fa49652e2d356514e9d202f418cd7/macroframe_forecast-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b440574876c90527ae135c09fc189d5cc7716a6fc084e9f5d697cbe1d3aee1b",
                "md5": "89e9a11a9c733a8242acc2d54580cae8",
                "sha256": "219e4648b2d92b3aaea4c99a615cef007d9765f6a364815b1b5062d23b163807"
            },
            "downloads": -1,
            "filename": "macroframe_forecast-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "89e9a11a9c733a8242acc2d54580cae8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11.9",
            "size": 18747,
            "upload_time": "2024-10-08T21:40:15",
            "upload_time_iso_8601": "2024-10-08T21:40:15.132123Z",
            "url": "https://files.pythonhosted.org/packages/8b/44/0574876c90527ae135c09fc189d5cc7716a6fc084e9f5d697cbe1d3aee1b/macroframe_forecast-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-08 21:40:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sakaiando",
    "github_project": "macroframe-forecast",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "macroframe-forecast"
}
        
Elapsed time: 8.85915s