pattern on certain weather conditions and its effect on web traffic comparison .

Hi,

  1. I have daily and hourly visitor data to my website (years of data) and I would like to find out if there is a pattern related to visitor traffic and calendar.
    For example on which season do i have more web traffic, any relation between web traffic and days of the year (Holiday/ Work day/ week ends) , web traffic and times of the day (Morning, afternoon, evening, night).

  2. I have also weather data which can be merged with the visitor data so i want to know if there is a pattern on certain weather conditions (ex rainy day ) and its effect on web traffic comparison .

I would appreciate if you could recommend on which methodology and a bit of instruction on how to process to process my data in KNIME.

Please note that I have already used Association rule to find out rules for the Weather conditions and traffic to certain pages on my website. It worked well because i can easily categories weather factors such as temperature in to Hot/Cold/moderate etc but i could not apply the same method to Web traffic vs weather factors because i could not categorize web traffic. in other wards i don’t know how many visitors are considered high traffic and how many visitors considered low visitor, its all relative.

I am looking forward for your support.

Shalom

Hi @Shalombr,

this sounds to be a regression problem which could be solved using some kind of regression learner, e.g. the Simple Regression Tree Learner for which a example workflow exists on the example server (https://www.knime.com/nodeguide/analytics/regressions/learning-a-simple-regression-tree).

Cheers
Simon

2 Likes

Thank you for your suggestion but i thought regression is mainly used to predict the value of a numerical target while i am trying to understand weather condition such as temperature (Hot/Cold/Moderate etc values ) and its effect on web traffic comparison.

So if you are not interested in predicting visitor numbers for future days, but just want to know some general patterns, ananalyzing the correlarion between the variables could help. E.g. the Linear Correlation node could be used for this.

Great,
Is there any example workflow?

It is e.g. used here: https://www.knime.com/nodeguide/analytics/preprocessing/techniques-for-dimensionality-reduction

You could also learn a regression model with the Simple Regression Tree Learner and have a look at the learned model, since decision tree models are often well interpretable.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.