Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/hariprasath-v/mh_google_cloud_bigquery_ltv_prediction_challenge
- Owner: hariprasath-v
- License: apache-2.0
- Created: 2023-02-20T14:12:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T14:35:30.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T15:54:30.508Z (3 months ago)
- Topics: bigquery, colab-notebook, klib, machine-learning, matplotlib, numpy, pandas, python, python3, seaborn
- Language: HTML
- Homepage:
- Size: 3.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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