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
  • CobraML: Completely Customizable A python ML library designed to give the end user full control

    CobraML: Completely Customizable What is it? CobraML is a python library built on both numpy and numba. Unlike other ML libraries CobraML gives the us

    Sriram Govindan 14 Dec 19, 2021
    CS 7301: Spring 2021 Course on Advanced Topics in Optimization in Machine Learning

    CS 7301: Spring 2021 Course on Advanced Topics in Optimization in Machine Learning

    Rishabh Iyer 141 Nov 10, 2022
    Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow

    eXtreme Gradient Boosting Community | Documentation | Resources | Contributors | Release Notes XGBoost is an optimized distributed gradient boosting l

    Distributed (Deep) Machine Learning Community 23.6k Jan 03, 2023
    Skforecast is a python library that eases using scikit-learn regressors as multi-step forecasters

    Skforecast is a python library that eases using scikit-learn regressors as multi-step forecasters. It also works with any regressor compatible with the scikit-learn API (pipelines, CatBoost, LightGBM

    Joaquín Amat Rodrigo 297 Jan 09, 2023
    Applied Machine Learning for Graduate Program in Computer Science (PPGCC)

    Applied Machine Learning for Graduate Program in Computer Science (PPGCC) - Federal University of Santa Catarina

    Jônatas Negri Grandini 1 Dec 22, 2021
    A linear equation solver using gaussian elimination. Implemented for fun and learning/teaching.

    A linear equation solver using gaussian elimination. Implemented for fun and learning/teaching. The solver will solve equations of the type: A can be

    Sanjeet N. Dasharath 3 Feb 15, 2022
    A basic Ray Tracer that exploits numpy arrays and functions to work fast.

    Python-Fast-Raytracer A basic Ray Tracer that exploits numpy arrays and functions to work fast. The code is written keeping as much readability as pos

    Rafael de la Fuente 393 Dec 27, 2022
    Interactive Parallel Computing in Python

    Interactive Parallel Computing with IPython ipyparallel is the new home of IPython.parallel. ipyparallel is a Python package and collection of CLI scr

    IPython 2.3k Dec 30, 2022
    Predicting Keystrokes using an Audio Side-Channel Attack and Machine Learning

    Predicting Keystrokes using an Audio Side-Channel Attack and Machine Learning My

    3 Apr 10, 2022
    TorchDrug is a PyTorch-based machine learning toolbox designed for drug discovery

    A powerful and flexible machine learning platform for drug discovery

    MilaGraph 1.1k Jan 08, 2023
    Kaggle Tweet Sentiment Extraction Competition: 1st place solution (Dark of the Moon team)

    Kaggle Tweet Sentiment Extraction Competition: 1st place solution (Dark of the Moon team)

    Artsem Zhyvalkouski 64 Nov 30, 2022
    Open MLOps - A Production-focused Open-Source Machine Learning Framework

    Open MLOps - A Production-focused Open-Source Machine Learning Framework Open MLOps is a set of open-source tools carefully chosen to ease user experi

    Data Revenue 590 Dec 28, 2022
    Tutorials, examples, collections, and everything else that falls into the categories: pattern classification, machine learning, and data mining

    **Tutorials, examples, collections, and everything else that falls into the categories: pattern classification, machine learning, and data mining.** S

    Sebastian Raschka 4k Dec 30, 2022
    SmartSim makes it easier to use common Machine Learning (ML) libraries like PyTorch and TensorFlow

    SmartSim makes it easier to use common Machine Learning (ML) libraries like PyTorch and TensorFlow, in High Performance Computing (HPC) simulations and workloads.

    Microsoft 5.6k Jan 07, 2023
    Arquivos do curso online sobre a estatística voltada para ciência de dados e aprendizado de máquina.

    Estatistica para Ciência de Dados e Machine Learning Arquivos do curso online sobre a estatística voltada para ciência de dados e aprendizado de máqui

    Renan Barbosa 1 Jan 10, 2022
    Uber Open Source 1.6k Dec 31, 2022
    TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.

    TensorFlowOnSpark TensorFlowOnSpark brings scalable deep learning to Apache Hadoop and Apache Spark clusters. By combining salient features from the T

    Yahoo 3.8k Jan 04, 2023
    onelearn: Online learning in Python

    onelearn: Online learning in Python Documentation | Reproduce experiments | onelearn stands for ONE-shot LEARNning. It is a small python package for o

    15 Nov 06, 2022
    Used Logistic Regression, Random Forest, and XGBoost to predict the outcome of Search & Destroy games from the Call of Duty World League for the 2018 and 2019 seasons.

    Call of Duty World League: Search & Destroy Outcome Predictions Growing up as an avid Call of Duty player, I was always curious about what factors led

    Brett Vogelsang 2 Jan 18, 2022