/Monte-Carlo-Simulation

An attempt to predict future EBITDA for a private company using Monte Carlo simulation.

Primary LanguageJupyter Notebook

monte carlo simulation

Before you run you need to install the following librarier: pandas, numpy , scikit-learn

To install these libraries, open powershell as admin and run the following commands:

pip install pandas

pip install numpy

pip install scikit-learn