ram_regression_decision, a scikit-learn code which uses a decision tree algorithm to perform regression on the RAM price dataset.
The decision tree algorithm does a very poor predicition job, compared to a linear regression approach.
The computer code and data files described and made available on this web page are distributed under the MIT license
ram_regression_linear, a scikit-learn code which uses a linear regression algorithm to perform regression on the RAM price dataset.