A tool built to visualize AI models and creating them with ease.
Select or drop your CSV file with raw data. The web-app automatically shows you the fields and example values present in the CSV file.
Choose your x-axis and y-axis for the scatter plot if you would like to visualize your data. The web-app generates these charts using charts.js and intelligent parsers.
Create/define your linear regression model. Select the fields you would like to include in your model and click "create mdoel".
Select your Explanatory and response variables. You can either create a simple linear or multiple linear regression model.
The tool provides you with the coefficients, intercept and the Sum of Square Residual for your regression model. Moreover, it also provides with code you can run on your machine in Python for the same regression model.
- Support for other machine learning tools like non-linear, classification and recommedation system.




