Linear
Linear (Linear Regression for regression tasks, and Logistic Regression for classification tasks) is a linear approach of modelling relationship between target valiable and explanatory variables.
License
License for Scikit-Learn implementation of Random Forest: New BSD License
Links
RandomForestClassifier Documentation
RandomForestRegressor Documentation
