Machine Learning Model to predict the payment date of an invoice when it gets created in the system.

Overview

Payment-Date-Prediction

  • Machine Learning Model to predict the payment date of an invoice when it gets created in the system.
  • Categorize the invoice into different buckets based on predicted payment date.

  • The invoices dataset contains the past payment information and behaviour of various buyers. Based on the previous payment patterns, the ML model will predict what will be the date a payment is made by the customer for an invoice.
    The model will also predict which aging bucket the invoice falls into based on the predicted payment date.
    The different buckets will be :
  • 0-15 days
  • 16-30 days
  • 31-45 days
  • 46-60 days
  • Greater than 60 days
  • Data Efficient Decision Making

    Data Efficient Decision Making

    Microsoft 197 Jan 06, 2023
    100 Days of Machine and Deep Learning Code

    💯 Days of Machine Learning and Deep Learning Code MACHINE LEARNING TOPICS COVERED - FROM SCRATCH Linear Regression Logistic Regression K Means Cluste

    Tanishq Gautam 66 Nov 02, 2022
    Anytime Learning At Macroscale

    On Anytime Learning At Macroscale Learning from sequential data dumps (key) Requirements Python 3.7 Pytorch 1.9.0 Hydra 1.1.0 (pip install hydra-core

    Meta Research 8 Mar 29, 2022
    A Lightweight Hyperparameter Optimization Tool 🚀

    The mle-hyperopt package provides a simple and intuitive API for hyperparameter optimization of your Machine Learning Experiment (MLE) pipeline.

    Robert Lange 137 Dec 02, 2022
    Probabilistic time series modeling in Python

    GluonTS - Probabilistic Time Series Modeling in Python GluonTS is a Python toolkit for probabilistic time series modeling, built around Apache MXNet (

    Amazon Web Services - Labs 3.3k Jan 03, 2023
    LILLIE: Information Extraction and Database Integration Using Linguistics and Learning-Based Algorithms

    LILLIE: Information Extraction and Database Integration Using Linguistics and Learning-Based Algorithms Based on the work by Smith et al. (2021) Query

    5 Aug 06, 2022
    AutoOED: Automated Optimal Experiment Design Platform

    AutoOED is an optimal experiment design platform powered with automated machine learning to accelerate the discovery of optimal solutions. Our platform solves multi-objective optimization problems an

    Yunsheng Tian 107 Jan 03, 2023
    Stacked Generalization (Ensemble Learning)

    Stacking (stacked generalization) Overview ikki407/stacking - Simple and useful stacking library, written in Python. User can use models of scikit-lea

    Ikki Tanaka 192 Dec 23, 2022
    Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.

    Hivemind: decentralized deep learning in PyTorch Hivemind is a PyTorch library to train large neural networks across the Internet. Its intended usage

    1.3k Jan 08, 2023
    scikit-learn is a python module for machine learning built on top of numpy / scipy

    About scikit-learn is a python module for machine learning built on top of numpy / scipy. The purpose of the scikit-learn-tutorial subproject is to le

    Gael Varoquaux 122 Dec 12, 2022
    learn python in 100 days, a simple step could be follow from beginner to master of every aspect of python programming and project also include side project which you can use as demo project for your personal portfolio

    learn python in 100 days, a simple step could be follow from beginner to master of every aspect of python programming and project also include side project which you can use as demo project for your

    BDFD 6 Nov 05, 2022
    Kubeflow is a machine learning (ML) toolkit that is dedicated to making deployments of ML workflows on Kubernetes simple, portable, and scalable.

    SDK: Overview of the Kubeflow pipelines service Kubeflow is a machine learning (ML) toolkit that is dedicated to making deployments of ML workflows on

    Kubeflow 3.1k Jan 06, 2023
    Model search (MS) is a framework that implements AutoML algorithms for model architecture search at scale.

    Model Search Model search (MS) is a framework that implements AutoML algorithms for model architecture search at scale. It aims to help researchers sp

    AriesTriputranto 1 Dec 13, 2021
    Price forecasting of SGB and IRFC Bonds and comparing there returns

    Project_Bonds Project Title : Price forecasting of SGB and IRFC Bonds and comparing there returns. Introduction of the Project The 2008-09 global fina

    Tishya S 1 Oct 28, 2021
    Python library for multilinear algebra and tensor factorizations

    scikit-tensor is a Python module for multilinear algebra and tensor factorizations

    Maximilian Nickel 394 Dec 09, 2022
    Metric learning algorithms in Python

    metric-learn: Metric Learning in Python metric-learn contains efficient Python implementations of several popular supervised and weakly-supervised met

    1.3k Dec 28, 2022
    Kats is a toolkit to analyze time series data, a lightweight, easy-to-use, and generalizable framework to perform time series analysis.

    Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics

    Facebook Research 4.1k Dec 29, 2022
    A python library for easy manipulation and forecasting of time series.

    Time Series Made Easy in Python darts is a python library for easy manipulation and forecasting of time series. It contains a variety of models, from

    Unit8 5.2k Jan 04, 2023
    Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques

    Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learn

    Vowpal Wabbit 8.1k Dec 30, 2022
    Hierarchical Time Series Forecasting using Prophet

    htsprophet Hierarchical Time Series Forecasting using Prophet Credit to Rob J. Hyndman and research partners as much of the code was developed with th

    Collin Rooney 131 Dec 02, 2022