Click this button to return to main.

SG BAIK’S ONLINE REPOSITORY


This work is a snippet reconstructed from an academic coursework 95-885 Data Science and Big Data at Carnegie Mellon University.

Used Pandas. Exported from Jupyter Notebook.

Custom-built text parser and building a conditional probability calculator.

This work is a snippet reconstructed from an academic coursework from 95-885 Data Science and Big Data at Carnegie Mellon University.

1. Prepare library and dataset

2. Build functions to parse features of a string

3. Build a function to compute its conditional probability

4. Wrap up into a nice function

5. Test the package