This PyCharm project uses linear regression to predict insurance charges in the US based on some personal features such as age, bmi, region of the country and more, which must be provided as input to the program.
The project uses turicreate toolset to learn and evaluate insurance charges. To install it you should follow this steps or install it directly from PyCharm by pressing Ctrl+Alt+S and then above the Package label press the plus sign. Search for turicreate and install it.
The dataset was taken from this webpage.