Skip to content

x-coderx/Analysing-Web-Statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysing-Web-Statistics

Problem Statement :

We have dataset (web_taffic.tsv) which contains :

  • Hour
  • Number of users visited our website in the given hour.

We will be predicting the hour at which we will cross 100,000 hits/hour on our website.

**100,000 hits/hour = 100,000 users visited our website in 1 hour.

Pre-Requisites :

For Mac user:

Create a project directory and open a terminal instance in project directory. Run following commands to setup environment and pre-requisites.

  • Get source code : git clone https://github.com/x-coderx/Analysing-Web-Statistics.git
  • Install Python : brew install python@3.9
  • Create your virtual environment : python3.9 -m venv venv
  • Activating your virtual environment : source venv/bin/activate
  • Install Requirements : python3.9 -m pip install -r requirements.txt
  • Finally, run "analyze_webstats.py"

For Windows user:

Create a project directory and open a cmd instance in project directory. Run following commands to setup environment and pre-requisites.

Idea :

Idea is to use curve-fitting and Logistic Regression on our data in order to predict the hour at which we will cross 100,000 hits/hour on our website.

About

ML model to predict number of users will be visiting a website on a given day.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages