CodeBase is Berkeley’s foremost software consulting group, tackling software challenges for high-growth startups in the Bay Area.
Worked with a team to develop a data analytics web platform for Riffyn.
Riffyn is a startup in Oakland that creates collaborative software for biotech and chemical industries, allowing scientists to upload their experiment data, and easily format/categorize it in order to do statistical analysis on this data with external programs such as JMP. However, JMP is really expensive and hard for users to use (too many buttons and functionalities).
Our project created a web app that would allow clients to do this statistical analysis for free, instead of having to purchase an overly expensive license for JMP (1000s of dollars). Currently, the web app has multivariate linear regression implemented, and users can perform both numerical and categorical linear regression on any data they choose. It also does lasso regression, where the app automatically runs linear regression on all possible variable combinations, and only displays results for the most significant ones. Our web app also produces a report of the regression that the user can save a PDF, and has interactive graphs created using plot.ly.