The Universal Bayesian Chow-Liu Algorithm summarizes a document describing a method for learning Bayesian networks from data that can contain both discrete and continuous variables. It constructs a tree structure that maximizes the posterior probability based on estimating mutual information between all variable pairs. The algorithm was tested on real world medical data containing different variable types. Future work includes developing an R command to implement the full algorithm.