Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorC committed Jan 1, 2019
1 parent c63d476 commit 0541ff8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 807 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Regression models predict continuous dependent variables. They can be used, for
Binary classifiers predict binary dependent variables. The only two values the predictions can take on are 0 and 1. These values usually encode a true or false relationship with 1 meaning that the observation is predicted to belong to the class in question and 0 meaning it is not. They can be applied to problems such as the prediction of whether a mushroom is edible or whether a transaction fraudulent. The data type of these models' predictions is always `int`.

### Classification
| Classification Model | Supported Feature Types | Meta | Optimization Method |
| Model | Supported Feature Types | Meta | Optimization Method |
| ------------------------- | ----------------------- | ------------------------ | ---------------------------------------------- |
| NaiveBayes | CN, BC, OC, NC | :heavy_multiplication_x: | - |
| KNearestNeighbors | CN, BC, OC | :heavy_multiplication_x: | - |
Expand Down
Loading

0 comments on commit 0541ff8

Please sign in to comment.