Ismail Capar
Ismail Capar
  • 56
  • 242 360
Risk Pooling - Inventory Consolidation with an Example
Risk Pooling - Inventory Consolidation, Inventory redeployment
มุมมอง: 333

วีดีโอ

Decision Tree Part II
มุมมอง 3513 ปีที่แล้ว
Creating a for loop to evaluate accuracy score for a range of max leaf range parameter. Then visualize the data collected using mathplot.lib.
Decision Tree Part I
มุมมอง 9623 ปีที่แล้ว
Using Python Scikit to Create a Decision Tree Classifier
Introduction to Data Visualization with Power BI
มุมมอง 5544 ปีที่แล้ว
Introduction to Data Visualization with Power BI The financial data used in the example can be found here go.microsoft.com/fwlink/?LinkID=521962
Power BI Installation
มุมมอง 1604 ปีที่แล้ว
How to download and install Microsoft Power BI Data Visualization Software
Descriptive Statistics and Outlier Detection
มุมมอง 1.4K5 ปีที่แล้ว
Descriptive Statistics and Outlier Detection
Covariance and Correlation Coefficient
มุมมอง 21K5 ปีที่แล้ว
Covariance and Correlation Coefficient
Read a File Python Pandas
มุมมอง 1.3K5 ปีที่แล้ว
Read a File Python Pandas
Breakeven Point
มุมมอง 3675 ปีที่แล้ว
Breakeven Point
Nearest Neighborhood Search
มุมมอง 2K5 ปีที่แล้ว
Nearest Neighborhood Search
Mode Selection
มุมมอง 3995 ปีที่แล้ว
Mode Selection
Sweep Algorithm
มุมมอง 9K5 ปีที่แล้ว
Sweep Algorithm
Transport Strategy
มุมมอง 7255 ปีที่แล้ว
Transport Strategy
Newsvendor Problem
มุมมอง 11K5 ปีที่แล้ว
Newsvendor Problem
Why Inventory Management is Important
มุมมอง 3585 ปีที่แล้ว
Why Inventory Management is Important
Calculation Optimal CSL
มุมมอง 1.7K5 ปีที่แล้ว
Calculation Optimal CSL
Optimize CSL using Excel
มุมมอง 8925 ปีที่แล้ว
Optimize CSL using Excel
Exponential Smoothing
มุมมอง 4205 ปีที่แล้ว
Exponential Smoothing
Forecast Bias
มุมมอง 8K5 ปีที่แล้ว
Forecast Bias
Measuring Forecast Error
มุมมอง 4595 ปีที่แล้ว
Measuring Forecast Error
Confindence Interval Range of Forecast
มุมมอง 4385 ปีที่แล้ว
Confindence Interval Range of Forecast
Weighted Moving Average
มุมมอง 5165 ปีที่แล้ว
Weighted Moving Average
Forecasting
มุมมอง 7625 ปีที่แล้ว
Forecasting
Unit 1 Intro PII
มุมมอง 3865 ปีที่แล้ว
Unit 1 Intro PII
Unit 1 Intro Part I
มุมมอง 4175 ปีที่แล้ว
Unit 1 Intro Part I
Clustering
มุมมอง 1.1K5 ปีที่แล้ว
Clustering
Installing Python
มุมมอง 7395 ปีที่แล้ว
Installing Python
SVM and Parameter Optimization with GridSearchCV
มุมมอง 14K5 ปีที่แล้ว
SVM and Parameter Optimization with GridSearchCV
Artificial Neural Networks Regression Model
มุมมอง 18K5 ปีที่แล้ว
Artificial Neural Networks Regression Model
Exam II Take Home Hints
มุมมอง 7475 ปีที่แล้ว
Exam II Take Home Hints

ความคิดเห็น

  • @abdussalambennajee9814
    @abdussalambennajee9814 5 หลายเดือนก่อน

    I faced the issue of "quasi-separation: A fraction 0.12 observation. Is that bad or good? Can you tell me more about quasi-separation and how I should fix it.

  • @SaiRam00
    @SaiRam00 5 หลายเดือนก่อน

    Simple & Genius ....

  • @4thgenhunter
    @4thgenhunter 7 หลายเดือนก่อน

    🔥🔥🔥

  • @amoszweig
    @amoszweig 9 หลายเดือนก่อน

    great video, well explained!

  • @cecintelligence
    @cecintelligence ปีที่แล้ว

    Hi Smail. Thanks a lot for sharing this content. Suppose you have 150 fetures. How to to fix the error "Maximum number of iterations has been exceeded" ?. Current function value: 0.287021 Iterations: 35

    • @ansylpinto2301
      @ansylpinto2301 9 หลายเดือนก่อน

      Increase maxiter while omfifting

  • @inseyaabwavi8316
    @inseyaabwavi8316 ปีที่แล้ว

    please share the github link of this code.

  • @aenugulasheikdadapeer5336
    @aenugulasheikdadapeer5336 ปีที่แล้ว

    explain prc curve

  • @ozgurates1840
    @ozgurates1840 ปีที่แล้ว

    ismail Hocam , aşağıdaki kod da sorun ne hocam? iris df <- iris[, -5] scaledDf <- scale(df) scaledDf <- as.data.frame(scaledDf) str(scaledDf) set.seed(245) Sam <- sample(1:nrow(scaledDf),size = 0.75*nrow(scaledDf)) traindata <- scaledDf[Sam, ] testdata <- scaledDf[-Sam, ] nn <- neuralnet(Sepal.Length ~ ., data = traindata, hidden = c(2,2), threshold = 0.01, stepmax = 1e+05, linear.output = TRUE) tahmin1 <- predict(nn, testdata$Sepal.Length) Error in if (ncol(newdata) == length(object$model.list$variables)) { : argument is of length zero

  • @minhtringuyen3835
    @minhtringuyen3835 ปีที่แล้ว

    Thank you for the great lecture. Could you demonstrate when lead time is longer than review period?

  • @katty232
    @katty232 ปีที่แล้ว

    You just saved me!! Thank you <3

  • @Purnima_Chowdhury
    @Purnima_Chowdhury ปีที่แล้ว

    Where is the part II of this series.. ?

  • @venkatyalamati3285
    @venkatyalamati3285 ปีที่แล้ว

    Sir, you saved my day ❤️ I was struggling with my neural network bcz of not normalising the input and outputs... As you said, i have normalised them and then the MSE was reduced close to 5E-5. Now the prediction is almost perfect

  • @adilsolimn3437
    @adilsolimn3437 ปีที่แล้ว

    The code used please

  • @revolution77N
    @revolution77N ปีที่แล้ว

    Thank you!!

  • @zamokuhle1992
    @zamokuhle1992 ปีที่แล้ว

    Hi is it possible to export the summary from python to excel ?

  • @gourabbiswas6961
    @gourabbiswas6961 2 ปีที่แล้ว

    ur pronunciation is bad

  • @resagludar9481
    @resagludar9481 2 ปีที่แล้ว

    Great Explanation Thank Sir

  • @Dennaton
    @Dennaton 2 ปีที่แล้ว

    Sağ olun hocam. Kek heuristicmiş

  • @sadamassen4859
    @sadamassen4859 2 ปีที่แล้ว

    Thank you

  • @sophied635
    @sophied635 2 ปีที่แล้ว

    What if review period is shorter than lead time, meaning review periods overlap before replenishment happens

    • @sophied635
      @sophied635 2 ปีที่แล้ว

      meanng it doesn't follow the dawing at 0:22 so how does the formula for ss apply?

  • @MattRch
    @MattRch 2 ปีที่แล้ว

    I really don't like this trial-and-error approach where people tune the various degrees of freedom of the system to reach a non well defined goal. It gives no information about what you're trying to achieve and why, hence when things don't work you have no idea why and when things work you still have no idea why, giving the chance to unpredictable catastrophes to happen. There's an insane vastness of theory and literature available for these topics which shall be better to understand (not fully) at least the philoshopy you're following.

  • @animeshjha2442
    @animeshjha2442 2 ปีที่แล้ว

    In the last model the p value of agr is so high then why you have used As it is so insignificant

  • @littlecreator4838
    @littlecreator4838 2 ปีที่แล้ว

    Hi sir. How do you adjust the forecast with the bias. Pls let me know the formula.

    • @ismailcapar1103
      @ismailcapar1103 2 ปีที่แล้ว

      There is no exact science to it. You can consider adjusting the forecast as much as the bias itself.

  • @WillC
    @WillC 2 ปีที่แล้ว

    Brilliant - can't thank you enough!

  • @dontread65
    @dontread65 2 ปีที่แล้ว

    Thank You, nice explanation dan really great work. Keep it up

  • @kudimaysey2459
    @kudimaysey2459 2 ปีที่แล้ว

    thank you. appreciate your time and explanation

  • @oguztizlak
    @oguztizlak 2 ปีที่แล้ว

    Thanks

  • @uhbaoifuhoiafj456
    @uhbaoifuhoiafj456 2 ปีที่แล้ว

    Easy but efficient

  • @bholenayak6048
    @bholenayak6048 2 ปีที่แล้ว

    Thak you sir

  • @trending-tech2913
    @trending-tech2913 2 ปีที่แล้ว

    great video sir

  • @s.a.m8481
    @s.a.m8481 2 ปีที่แล้ว

    hello, can I get the source code?

  • @maddinenilakshmiprasanna6670
    @maddinenilakshmiprasanna6670 3 ปีที่แล้ว

    Can u just add the dataset in discription box

  • @markessery2009
    @markessery2009 3 ปีที่แล้ว

    can you do something similar for a ensemble model regressor/tree regressor? or does this require a different statistical test?

  • @federationred1481
    @federationred1481 3 ปีที่แล้ว

    Thanks this saved me an hour

  • @janidelemmanuelcastaneda8318
    @janidelemmanuelcastaneda8318 3 ปีที่แล้ว

    Good content! Thank you

  • @danielebaldoni2181
    @danielebaldoni2181 3 ปีที่แล้ว

    Grear job. How can i extrapolate the odds value from the model?

  • @yasiraroma
    @yasiraroma 3 ปีที่แล้ว

    Thanks for information. What if we need two closest neighbors? will this algorithm work?

  • @sanketpatel5306
    @sanketpatel5306 3 ปีที่แล้ว

    Hello, I tried to import statesmodels.api but I got an error message saying ModulenotFound Error. how do I add this library to my jupyter notebook

    • @anirudhm7058
      @anirudhm7058 3 ปีที่แล้ว

      import statsmodels import statsmodels.api as sm

  • @fatimadilruba8710
    @fatimadilruba8710 3 ปีที่แล้ว

    Isn't the SS value incorrect? sqrt of 3 is 1.732, hence SS should be equal to 228, don't you think?

  • @sandipprabhu
    @sandipprabhu 3 ปีที่แล้ว

    Good video, dataset but I could find the dataset

  • @antonionavarro7546
    @antonionavarro7546 3 ปีที่แล้ว

    You have helped me a lot, Thank you❤️

  • @ronaldssebadduka6837
    @ronaldssebadduka6837 3 ปีที่แล้ว

    Very good video for an absolute beginner like me! So how can I plot the graphs to show the best performance in terms of the R2 against the number of epochs or in this case the max_iter number?

  • @eik5200
    @eik5200 3 ปีที่แล้ว

    Thanks

  • @Titas_B
    @Titas_B 3 ปีที่แล้ว

    Saviour

  • @ananyaroy5513
    @ananyaroy5513 3 ปีที่แล้ว

    I have just used a random dataset...but that provide me result of scaler fitting between -1 to 0...and accuracy level more than 1....what is the reason behind this?

  • @jonathanronaldattoh4462
    @jonathanronaldattoh4462 3 ปีที่แล้ว

    Great video, God bless you

  • @sageguru3654
    @sageguru3654 3 ปีที่แล้ว

    Can I ask for the IPYNB file

  • @ndadima5587
    @ndadima5587 3 ปีที่แล้ว

    Что такое head?

  • @rakhawisesarozaqtama1839
    @rakhawisesarozaqtama1839 3 ปีที่แล้ว

    Sir, would you share your dataset? Or where I can download the dataset that is the same as yours? Thank you for the explanation about covariance sir.

  • @krishnakhadka5279
    @krishnakhadka5279 3 ปีที่แล้ว

    thank you