Python solutions to solve practical business problems.

Overview

Python Business Analytics


Also instead of "watching" you can join the link-letter, it's already being sent out to about 90 people and you are free to join too. I will start sending it out to the public by November 2019. Monthly link-sharing list: https://mailchi.mp/0c1fd456af3b/firmaipython

Intermediate to Advanced


A series looking at implementing python solutions to solve practical business problems. Share your own projects on this subreddit, r/datascienceproject. Every week we will look at hand picked businenss solutions. See the following google drive for all the code and github for all the data. If you follow the LinkedIn page, you would be able to see the lastest developments.


All projects are of intermediate to advanced difficulty and the projects are not presented in any particular order; nothing stops you from starting at week six for example.

Week 1/52: Bike Share Business Case - Google Colab

Outlier Analysis, Model Selection, Missing Values, Descriptive Statistics

Week 2/52: Reuters Author NLP - Google Colab

Process Text, pyLDAvis, Word Embeddings, Text Evaluation, fuzzywuzzy

Week 3/52: Customer Lifetime Value - Google Colab

RFM Analysis, Pareto Model, NDB Model, Gamma-Gamma Model, CLV Model, Constraint Programming

Week 4/52: Customer Segmentation - Google Colab

Radar, Silhouette, PCA, Grouping, Invoices, Inventory, Datatable, Basket,

Week 5/52: Customer Visits - Google Colab

Week, EDA, Simulated, Prediction, Dummy Variable

Week 6/52: Demand Forecasting - Google Colab

Neural Network, Sales, Relu, LSTM, CNN, Evaluation

Week 7/52: AirBnB Sydney Rent Evaluation - Google Colab

Full Pipeline, Random Forest, Visualisation, Grid Search, Confidence Interval

Week 8/52: Portfolio Optimisation - Google Colab

Efficient Frontier, Stocks, Modern Portfolio Theory, Pivot, Simulations, Minimum Volatility, Sharpe Ratio

Week 9/52: Economic Analysis - Google Colab

GDP, Life Satisfaction, Linear Regression Plots, Prediction Model

Week 10/52: Loan Classification - Google Colab

Default, Credit Scores, Visualisations, Data Cleaning, ROC Curves, Multi-class Classification

Week 11/52: Venture Capital - Google Colab

Capital Allocation, Decision Trees, Acquisitions, Investment

Week 12/52: Bankruptcy Prediction - Google Colab

Voting Classifiers, Bagging Ensembles, SMOTE, XGBoost, Cross-validation

Week 13/52: HR Analytics - Google Colab

OSEMN, Bagging Ensembles, AUC, Model Comparison, ROC Graph, Feature Importance Graph

Generates, filters, parses, and cleans data regarding the financial disclosures of judges in the American Judicial System

This repository contains code that gets data regarding financial disclosures from the Court Listener API main.py: contains driver code that interacts

Ali Rastegar 2 Aug 06, 2022
Your Project with Great Documentation.

Read Latest Documentation - Browse GitHub Code Repository The only thing worse than documentation never written, is documentation written but never di

Timothy Edmund Crosley 809 Dec 28, 2022
Clases y ejercicios del curso de python diactodo por la UNSAM

Programación en Python En el marco del proyecto de Inteligencia Artificial Interdisciplinaria, la Escuela de Ciencia y Tecnología de la UNSAM vuelve a

Maximiliano Villalva 3 Jan 06, 2022
Bring RGB to life in Neovim

Bring RGB to life in Neovim Change your RGB devices' color depending on Neovim's mode. Fast and asynchronous plugin to live your vim-life to the fulle

Antoine 40 Oct 27, 2022
A Sublime Text plugin to select a default syntax dialect

Default Syntax Chooser This Sublime Text 4 plugin provides the set_default_syntax_dialect command. This command manipulates a syntax file (e.g.: SQL.s

3 Jan 14, 2022
Easy OpenAPI specs and Swagger UI for your Flask API

Flasgger Easy Swagger UI for your Flask API Flasgger is a Flask extension to extract OpenAPI-Specification from all Flask views registered in your API

Flasgger 3.1k Jan 05, 2023
Mayan EDMS is a document management system.

Mayan EDMS is a document management system. Its main purpose is to store, introspect, and categorize files, with a strong emphasis on preserving the contextual and business information of documents.

3 Oct 02, 2021
A simple document management REST based API for collaboratively interacting with documents

documan_api A simple document management REST based API for collaboratively interacting with documents.

Shahid Yousuf 1 Jan 22, 2022
Plover jyutping - Plover plugin for Jyutping input

Plover plugin for Jyutping Installation Navigate to the repo directory: cd plove

Samuel Lo 1 Mar 17, 2022
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days

30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace.

Asabeneh 17.7k Jan 07, 2023
Repository for learning Python (Python Tutorial)

Repository for learning Python (Python Tutorial) Languages and Tools 🧰 Overview 📑 Repository for learning Python (Python Tutorial) Languages and Too

Swiftman 2 Aug 22, 2022
An MkDocs plugin to export content pages as PDF files

MkDocs PDF Export Plugin An MkDocs plugin to export content pages as PDF files The pdf-export plugin will export all markdown pages in your MkDocs rep

Terry Zhao 266 Dec 13, 2022
JTEX is a command line tool (CLI) for rendering LaTeX documents from jinja-style templates.

JTEX JTEX is a command line tool (CLI) for rendering LaTeX documents from jinja-style templates. This package uses Jinja2 as the template engine with

Curvenote 15 Dec 21, 2022
This programm checks your knowlege about the capital of Japan

Introduction This programm checks your knowlege about the capital of Japan. Now, what does it actually do? After you run the programm you get asked wh

1 Dec 16, 2021
A website for courses of Major Computer Science, NKU

A website for courses of Major Computer Science, NKU

Sakura 0 Oct 06, 2022
Speed up Sphinx builds by selectively removing toctrees from some pages

Remove toctrees from Sphinx pages Improve your Sphinx build time by selectively removing TocTree objects from pages. This is useful if your documentat

Executable Books 8 Jan 04, 2023
Docov - Light-weight, recursive docstring coverage analysis for python modules

docov Light-weight, recursive docstring coverage analysis for python modules. Ov

Richard D. Paul 3 Feb 04, 2022
A module filled with many useful functions and modules in various subjects.

Usefulpy Check out the Usefulpy site Usefulpy site is not always up to date Download and Import download and install with with pip download usefulpyth

Austin Garcia 1 Dec 28, 2021
Tutorial for STARKs with supporting code in python

stark-anatomy STARK tutorial with supporting code in python Outline: introduction overview of STARKs basic tools -- algebra and polynomials FRI low de

121 Jan 03, 2023
Anomaly Detection via Reverse Distillation from One-Class Embedding

Anomaly Detection via Reverse Distillation from One-Class Embedding Implementation (Official Code ⭐️ ⭐️ ⭐️ ) Environment pytorch == 1.91 torchvision =

73 Dec 19, 2022