Status
This project is currently under development. The following table shows the status of the implemented machine learning models:
| Model | Type | Code | Test |
|---|---|---|---|
| Linear Regression | Regression | Done | Pass |
| Logistic Regression | Classification | Done | Pass |
| NB - GNB/BNB | Classification | Done | Pass |
| Random Forest/GBT/CART | Classification | Done | Pass |
| Lasso Regression | Regression | Done | Pass |
| Polynomial Reg | Regression | Done | Pass |
| Ridge Regression | Regression | Done | Pass |
The following table shows the status of working status on different operating systems:
| Operating System | Status |
|---|---|
| Linux | Pass |
| MacOS | In Progress |
| Windows | TBC |