Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hariprasath-v/mh_google_cloud_bigquery_ltv_prediction_challenge

Build a model that can predict customers' Long Term Value (LTV).
https://github.com/hariprasath-v/mh_google_cloud_bigquery_ltv_prediction_challenge

bigquery colab-notebook klib machine-learning matplotlib numpy pandas python python3 seaborn

Last synced: 25 days ago
JSON representation

Build a model that can predict customers' Long Term Value (LTV).

Awesome Lists containing this project

README

        

# mh_google_cloud_bigquery_ltv_prediction_challenge

### Competition hosted on Machinehack

# About

### Build a model that can predict customers' Long Term Value (LTV).

### The competition dataset from the public fork of the BigQuery Ga4 Public Datasets.
### BigQuery and Colab platforms are used to solve the challenge.
### In this competition, I have done exploratory data analysis using BigQuery standard SQL and python libraries.

### File information

* mh_google_cloud_bigquery_ltv_prediction_challenge_EDA.ipynb [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/155Z7TuAi0AmQhRvGyfVtG-Q4ptO2QmiS?usp=sharing)
#### Basic Exploratory Data Analysis
#### Packages Used,
* google.cloud
* seaborn
* Pandas
* Numpy
* Matplotlib
* klib