This time, after coming across he Markov Chain in the Elements of Information Theory book, I was inspired to use it in my data science endeavors at work. Oftentimes, when a task has two elements with no direct connection (parameter) on Revit, a use of a third node can achieve the task with great accuracy (and probably better than performing it manually). One of these tasks was to perform zoning for the ELV/Telecom elements in a big hospital project in Africa. Here is a brief about my first project using Markov Chain and how it achieved tremendous results: Data: Over 3,000 cameras, data outlets and rooms. Application: The client in Africa requested that each CCTV camera be categorized according to the department which it serves and the telecom room to which it connects. There is no direct connection on Revit between the AR departments and telecom rooms and CCTV cameras. However, as per the Markov Chain process, using a node in the middle, connecte...