You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the Boston Housing dataset from the CMU StatLib Library and built regression models to predict the median value of housing in thousands. This dataset contains 13 attribute values (1 binary attribute, and the remaining are continuous).
There is very limited information regarding the clinical and molecular features of high and low Fuhrman grade ccRCCs. Using clinical and DNA mutation data, I built a linear classifier for Fuhrman grade in ccRCCs. I used leave-one-out cross-validation to determine how well the LDA model generalizes.
About
iPython Notebooks - implementing some machine learning algorithms