Simple Sales Prediction Using Python on Power BI

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • Created By: Muditha Pelpola
    LinkedIn: / muditha-pelpola
    In this video session , it is discussed about how to build a simple machine learning model using Python on Power BI.
    Here simple liner regression algorithm has been used to build the machine learning model.
    Linear regression is a basic and commonly used type of predictive analysis. Simple linear regression is useful for finding relationship between two continuous variables. One is predictor or independent variable and other is response or dependent variable. I took user story as Sales Vs Marketing relationship. Sales is the predictor or independent variable and Marketing Expenses took as response or dependent variable . As usually more allocation for marketing expenses , simply , we can assume that good marketing program like adverting or promotions can effect to increase sales or achieve sales targets .
    Sklearn library has been used in this session to build predictive machine learning model on Jupiter notebooks .
    Class sklearn.linear_model.LinearRegression(fit_intercept=True, normalize=False, copy_X=True, n_jobs=None)
    Link : scikit-learn.o...
    Python source code ( that used to build machine learning model ) has been used as source for Power BI . (Linked to Other sources in Power BI) and linked with Calendar or Date dimension and Marketing Expenses Range (Adjustment) to visualize the predicted data.

КОМЕНТАРІ • 8

  • @IndraSetiana
    @IndraSetiana 3 роки тому +2

    Really good example, can you share the csv dataset please ?

  • @thenarathnegadamithchandan5226
    @thenarathnegadamithchandan5226 4 роки тому +1

    Good one Muditha ..!!

  • @ssaaajdijj
    @ssaaajdijj 3 роки тому +1

    excellent .. thanks

  • @helena4864
    @helena4864 4 роки тому +1

    Nice!

  • @yustone
    @yustone 3 роки тому +1

    Really interesting lecture. Can you please share the dataset? or where we can download

  • @pondyanand
    @pondyanand 4 роки тому +1

    Good one.. thanks

  • @fethiachour711
    @fethiachour711 4 роки тому

    thank you. How can i use "Solver" in Power BI like in Excel?

  • @rafiqdawra5151
    @rafiqdawra5151 3 роки тому +1

    Nice Video. Where's the dataset?