2. How is the stock value calculated?
The stock value is a weighted combination of various factors like likes, comments, followers, ratings, and frequency of posts. The formula used is:
stock_value = (likes * 0.3) + (comments * 0.2) + (followers * 0.3) + (ratings * 0.1) + (frequency_of_posts * 0.1)
Each factor is normalized, meaning it is scaled relative to the maximum value in the dataset.