supplyseer


Namesupplyseer JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummarySupplySeer is a library for Applied Computational Supply Chain & Logistics. Unlock Neural Nets, Bayesian EOQ, Optimization, Time Series, Game Theory, and more for smarter decisions.
upload_time2024-11-16 18:02:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords bayesian-networks coalition-formation game-theory inventory-management logistics operations-research optimization risk-analysis supply-chain
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center>
<p>
    <a target="_blank">
      <img width="100%" src="https://github.com/jakorostami/supplyseer/blob/feature/development-over-time/assets/supplyseerfront.png" alt="SupplySeer Vision banner"></a>
  </p>

# <div align="center"> SupplySeer </div>
Welcome to version 0.2.0 (pre-release alpha)!

⚠️ **Pre-release Software Notice**: This library is currently in pre-release alpha (v0.2). The repo may undergo significant changes before the 1.0.0 release. While the statistical implementations are sound, we recommend testing thoroughly before using in production environments.

`supplyseer` is a Python library focused on providing the tools and methods for real-world Supply Chain & Logistics challenges. <br>
<br>
You'll find Bayesian Economic Order Quantity (dynamical stochastic EOQ), Probabilistic Bayesian Networks, Neural Networks, <br>
Principal Component Analaysis, time series models like ARIMA, and evaluation metrics for models and for information content. <br>
<br>
Supplyseer provides Permutation Complexity as a metric for time series analysis but also Manipulability Index and Hurst Exponent and many more.
<br>
<br>

## <div align="center"> Features </div>
🚀 Features

* Advanced Forecasting Models: ARIMA, Neural Networks, and Mixture Density Networks <br>
* Uncertainty Modeling: Bayesian Networks and Probabilistic Models <br>
* Inventory Optimization: Dynamic Bayesian EOQ and Traditional EOQ <br>
* Time Series Analysis: Complex metrics and tools for deep analysis <br>
* Supply Chain Optimization: Scheduling and routing solutions <br>

## <div align="center"> Models </div>
Below are some models listed

| Model | Use case |
| --- | --- |
| [ARIMA](https://en.wikipedia.org/wiki/Autoregressive_integrated_moving_average) | Time Series |
| [Bayesian Network](https://en.wikipedia.org/wiki/Bayesian_network) | Uncertainty Modeling, Prediction, and Causal Inference |
| [Bayesian EOQ](https://en.wikipedia.org/wiki/Economic_order_quantity) | Economic Order Quantity with distributions instead of fixed values |
| [Neural Network](https://en.wikipedia.org/wiki/Neural_network_(machine_learning)) | Machine Learning Modeling | 
| [Mixture Density Network](https://deep-and-shallow.com/2021/03/20/mixture-density-networks-probabilistic-regression-for-uncertainty-estimation/) | Probabilistic Machine Learning Modeling with multi-modal data |
| [Principal Component Analysis](https://en.wikipedia.org/wiki/Principal_component_analysis) | Embeddings in Machine Learning (dimensionality reduction) |
| [Hawkes Process](https://en.m.wikipedia.org/wiki/Hawkes_process) | Multivariate Hawkes process in supply chains models how disruptions in one area can trigger related issues across the network, predicting ripple effects from initial events. |
| [Supply Chain Digital Twin Network](https://towardsdatascience.com/what-is-a-supply-chain-digital-twin-e7a8cd9aeb75?gi=120a86059486) | A Supply Chain Digital Twin of the real Supply Chain is a computer model that represents the processes and components of the real one |
<br>

## <div align="center"> Tools & Metrics </div>

| Name | Use case | 
| --- | --- |
| [Time Upsampling](https://en.wikipedia.org/wiki/Upsampling) | Good when you have missing dates between samples |
| [Taken's Embeddings](https://en.wikipedia.org/wiki/Takens%27s_theorem) | Extract the dynamics of a time series/signal |
| Economic Order Quantity | This is the basic function of EOQ that returns a value while the Bayesian EOQ is a dynamic model |
| [Manipulability Index](https://iaeme.com/MasterAdmin/Journal_uploads/IJMET/VOLUME_6_ISSUE_6/IJMET_06_06_002.pdf) | Another way of measuring volatility and stability of a time series |
| [Hurst Exponent R/S](https://en.wikipedia.org/wiki/Hurst_exponent) | Measure long-term memory or autocorrelation in a time series |
| [Shannon Entropy](https://en.wikipedia.org/wiki/Entropy_(information_theory)) | Measures the unpredictability or randomnesss |
| [Permutation Entropy](https://materias.df.uba.ar/dnla2019c1/files/2019/03/permutation_entropy.pdf) | Quantifies the diversity of patterns in the ordinal structure of a time series. It is the first output of `permutation_complexity()`|
| [Statistical Complexity](https://arxiv.org/pdf/1009.1498) | Measures the structural complexity of a system. It combines entropy with disequilibrium (a measure of structure). It is the second output of `permutation_complexity()`|

<br>

## <div align="center"> Optimization </div>
This library also supports basic optimization with Google's `ortools`. See below example for a Truck Driver scheduling problem.

<p>
    <a target="_blank">
      <img width="100%" src="https://github.com/jakorostami/supplyseer/blob/feature/development-over-time/assets/truckdriver.png" alt="SupplySeer Vision banner"></a>
  </p>

  [Truck Driver Scheduling problem](https://github.com/supplyseer-ai/supplyseer/blob/develop/examples/truck-driver-routing.ipynb) - You have some truck drivers that you need to schedule for over a time window of 3 days with 3 shifts. Morning, afternoon, and evening. If they had the evening shift they cannot have the morning shift the day after because they need to rest. Also, they have to deliver at least 2 shifts during the 3 day window. <br>
  <br>
  Problem: Schedule truck drivers over a 3-day window with multiple constraints: <br>
    
    * Three shifts per day (Morning, Afternoon, Evening)
    * Rest period required between evening and next morning shift
    * Minimum 2 shifts per driver over 3 days
    
  <br>
  
 [Demand & Inventory Control](https://github.com/supplyseer-ai/supplyseer/blob/develop/examples/demand-inventory-control.ipynb) - A Supply Chain department for a retail company needs to balance their inventory and demand such that there is also enough inventory to match the demand but the inventory is not allowed to go below a certain level nor above a certain level. <br>
 <br>
 Problem: Optimize inventory levels while,

    * Meeting demand requirements
    * Maintaining minimum safety stock
    * Respecting maximum storage capacity




## <div align="center"> Contributing 🤝 </div>



We love contributions! Whether you're fixing bugs, adding features, or improving documentation, your help makes `supplyseer` better for everyone.

Check out our [Contributing Guide](CONTRIBUTING.md) to get started, and join our friendly community. No contribution is too small, and all contributors are valued!

Want to help but not sure how? See our [Issues](https://github.com/supplyseer-ai/supplyseer/issues) or start a [Discussion](https://github.com/supplyseer-ai/supplyseer/discussions). We're happy to guide you! 🎲✨



    
</div>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "supplyseer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "bayesian-networks, coalition-formation, game-theory, inventory-management, logistics, operations-research, optimization, risk-analysis, supply-chain",
    "author": null,
    "author_email": "Jako Rostami <rostami.jako@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6f/85/e9411f1fbe99de2a0d3fef84d68644d316179cdc7ca1a1c03945f9c0b838/supplyseer-0.2.1.tar.gz",
    "platform": null,
    "description": "<div align=\"center>\n<p>\n    <a target=\"_blank\">\n      <img width=\"100%\" src=\"https://github.com/jakorostami/supplyseer/blob/feature/development-over-time/assets/supplyseerfront.png\" alt=\"SupplySeer Vision banner\"></a>\n  </p>\n\n# <div align=\"center\"> SupplySeer </div>\nWelcome to version 0.2.0 (pre-release alpha)!\n\n\u26a0\ufe0f **Pre-release Software Notice**: This library is currently in pre-release alpha (v0.2). The repo may undergo significant changes before the 1.0.0 release. While the statistical implementations are sound, we recommend testing thoroughly before using in production environments.\n\n`supplyseer` is a Python library focused on providing the tools and methods for real-world Supply Chain & Logistics challenges. <br>\n<br>\nYou'll find Bayesian Economic Order Quantity (dynamical stochastic EOQ), Probabilistic Bayesian Networks, Neural Networks, <br>\nPrincipal Component Analaysis, time series models like ARIMA, and evaluation metrics for models and for information content. <br>\n<br>\nSupplyseer provides Permutation Complexity as a metric for time series analysis but also Manipulability Index and Hurst Exponent and many more.\n<br>\n<br>\n\n## <div align=\"center\"> Features </div>\n\ud83d\ude80 Features\n\n* Advanced Forecasting Models: ARIMA, Neural Networks, and Mixture Density Networks <br>\n* Uncertainty Modeling: Bayesian Networks and Probabilistic Models <br>\n* Inventory Optimization: Dynamic Bayesian EOQ and Traditional EOQ <br>\n* Time Series Analysis: Complex metrics and tools for deep analysis <br>\n* Supply Chain Optimization: Scheduling and routing solutions <br>\n\n## <div align=\"center\"> Models </div>\nBelow are some models listed\n\n| Model | Use case |\n| --- | --- |\n| [ARIMA](https://en.wikipedia.org/wiki/Autoregressive_integrated_moving_average) | Time Series |\n| [Bayesian Network](https://en.wikipedia.org/wiki/Bayesian_network) | Uncertainty Modeling, Prediction, and Causal Inference |\n| [Bayesian EOQ](https://en.wikipedia.org/wiki/Economic_order_quantity) | Economic Order Quantity with distributions instead of fixed values |\n| [Neural Network](https://en.wikipedia.org/wiki/Neural_network_(machine_learning)) | Machine Learning Modeling | \n| [Mixture Density Network](https://deep-and-shallow.com/2021/03/20/mixture-density-networks-probabilistic-regression-for-uncertainty-estimation/) | Probabilistic Machine Learning Modeling with multi-modal data |\n| [Principal Component Analysis](https://en.wikipedia.org/wiki/Principal_component_analysis) | Embeddings in Machine Learning (dimensionality reduction) |\n| [Hawkes Process](https://en.m.wikipedia.org/wiki/Hawkes_process) | Multivariate Hawkes process in supply chains models how disruptions in one area can trigger related issues across the network, predicting ripple effects from initial events. |\n| [Supply Chain Digital Twin Network](https://towardsdatascience.com/what-is-a-supply-chain-digital-twin-e7a8cd9aeb75?gi=120a86059486) | A Supply Chain Digital Twin of the real Supply Chain is a computer model that represents the processes and components of the real one |\n<br>\n\n## <div align=\"center\"> Tools & Metrics </div>\n\n| Name | Use case | \n| --- | --- |\n| [Time Upsampling](https://en.wikipedia.org/wiki/Upsampling) | Good when you have missing dates between samples |\n| [Taken's Embeddings](https://en.wikipedia.org/wiki/Takens%27s_theorem) | Extract the dynamics of a time series/signal |\n| Economic Order Quantity | This is the basic function of EOQ that returns a value while the Bayesian EOQ is a dynamic model |\n| [Manipulability Index](https://iaeme.com/MasterAdmin/Journal_uploads/IJMET/VOLUME_6_ISSUE_6/IJMET_06_06_002.pdf) | Another way of measuring volatility and stability of a time series |\n| [Hurst Exponent R/S](https://en.wikipedia.org/wiki/Hurst_exponent) | Measure long-term memory or autocorrelation in a time series |\n| [Shannon Entropy](https://en.wikipedia.org/wiki/Entropy_(information_theory)) | Measures the unpredictability or randomnesss |\n| [Permutation Entropy](https://materias.df.uba.ar/dnla2019c1/files/2019/03/permutation_entropy.pdf) | Quantifies the diversity of patterns in the ordinal structure of a time series. It is the first output of `permutation_complexity()`|\n| [Statistical Complexity](https://arxiv.org/pdf/1009.1498) | Measures the structural complexity of a system. It combines entropy with disequilibrium (a measure of structure). It is the second output of `permutation_complexity()`|\n\n<br>\n\n## <div align=\"center\"> Optimization </div>\nThis library also supports basic optimization with Google's `ortools`. See below example for a Truck Driver scheduling problem.\n\n<p>\n    <a target=\"_blank\">\n      <img width=\"100%\" src=\"https://github.com/jakorostami/supplyseer/blob/feature/development-over-time/assets/truckdriver.png\" alt=\"SupplySeer Vision banner\"></a>\n  </p>\n\n  [Truck Driver Scheduling problem](https://github.com/supplyseer-ai/supplyseer/blob/develop/examples/truck-driver-routing.ipynb) - You have some truck drivers that you need to schedule for over a time window of 3 days with 3 shifts. Morning, afternoon, and evening. If they had the evening shift they cannot have the morning shift the day after because they need to rest. Also, they have to deliver at least 2 shifts during the 3 day window. <br>\n  <br>\n  Problem: Schedule truck drivers over a 3-day window with multiple constraints: <br>\n    \n    * Three shifts per day (Morning, Afternoon, Evening)\n    * Rest period required between evening and next morning shift\n    * Minimum 2 shifts per driver over 3 days\n    \n  <br>\n  \n [Demand & Inventory Control](https://github.com/supplyseer-ai/supplyseer/blob/develop/examples/demand-inventory-control.ipynb) - A Supply Chain department for a retail company needs to balance their inventory and demand such that there is also enough inventory to match the demand but the inventory is not allowed to go below a certain level nor above a certain level. <br>\n <br>\n Problem: Optimize inventory levels while,\n\n    * Meeting demand requirements\n    * Maintaining minimum safety stock\n    * Respecting maximum storage capacity\n\n\n\n\n## <div align=\"center\"> Contributing \ud83e\udd1d </div>\n\n\n\nWe love contributions! Whether you're fixing bugs, adding features, or improving documentation, your help makes `supplyseer` better for everyone.\n\nCheck out our [Contributing Guide](CONTRIBUTING.md) to get started, and join our friendly community. No contribution is too small, and all contributors are valued!\n\nWant to help but not sure how? See our [Issues](https://github.com/supplyseer-ai/supplyseer/issues) or start a [Discussion](https://github.com/supplyseer-ai/supplyseer/discussions). We're happy to guide you! \ud83c\udfb2\u2728\n\n\n\n    \n</div>\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "SupplySeer is a library for Applied Computational Supply Chain & Logistics. Unlock Neural Nets, Bayesian EOQ, Optimization, Time Series, Game Theory, and more for smarter decisions.",
    "version": "0.2.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/jakorostami/supplyseer/issues",
        "Homepage": "https://github.com/jakorostami/supplyseer"
    },
    "split_keywords": [
        "bayesian-networks",
        " coalition-formation",
        " game-theory",
        " inventory-management",
        " logistics",
        " operations-research",
        " optimization",
        " risk-analysis",
        " supply-chain"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13aa787eb5a84550e3b99f8eb55eb88f6f02a8801d556f9d0c6b619424457218",
                "md5": "9e5d882038737bf517091e211055dfae",
                "sha256": "65f5992de10a50ebd43b7f2e1e1dde4a044eccfaf486b2c73659e02fff749ed2"
            },
            "downloads": -1,
            "filename": "supplyseer-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9e5d882038737bf517091e211055dfae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 49587081,
            "upload_time": "2024-11-16T18:02:34",
            "upload_time_iso_8601": "2024-11-16T18:02:34.411707Z",
            "url": "https://files.pythonhosted.org/packages/13/aa/787eb5a84550e3b99f8eb55eb88f6f02a8801d556f9d0c6b619424457218/supplyseer-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f85e9411f1fbe99de2a0d3fef84d68644d316179cdc7ca1a1c03945f9c0b838",
                "md5": "708945a03ff0dfc70d7286f5a5c2ef33",
                "sha256": "2fd5a019e1442f805cca1be004fb192f322b6b1f4bcc88ae2a7b99ab506727a9"
            },
            "downloads": -1,
            "filename": "supplyseer-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "708945a03ff0dfc70d7286f5a5c2ef33",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 59026593,
            "upload_time": "2024-11-16T18:02:41",
            "upload_time_iso_8601": "2024-11-16T18:02:41.009285Z",
            "url": "https://files.pythonhosted.org/packages/6f/85/e9411f1fbe99de2a0d3fef84d68644d316179cdc7ca1a1c03945f9c0b838/supplyseer-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-16 18:02:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jakorostami",
    "github_project": "supplyseer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "supplyseer"
}
        
Elapsed time: 0.41995s