Based upon some googling it would appear that I need to run a logistic regression on our data to determine the probability that a patient will not show for their appointment.
I am a statistics noob and so I definitely have no clue.
Will I be able to use a Python Analysis transform (once all the packages are loaded) to perform this trick on the fly?
Or is this something I will need to do with MS SQL and Python outside of BI?