You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-3Lines changed: 34 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,36 +20,66 @@ it, simply add the following line to your Podfile:
20
20
pod 'MachineLearningKit', '0.1.3'
21
21
```
22
22
23
+
24
+
----------------------------------------------
25
+
26
+
## Contributing
27
+
The mission of this project is to give developers the ability to create add Machine Learning algorithms to their projects with ease and to enable the creation of advanced projects using the Swift programing language. With this being said, I encourage all developers interested in making Machine Learning accessible to the developers who work with the iOS apps and TVOS apps to contribute to this project.
28
+
29
+
To contribute an algorithm **not** currently available within the framework, please create an issue and state what algorithm you have implemented. Make sure that there are unit tests involved where applicable. Also, provide a brief overview of how to use your algorithm. You are also welcome to impelment algorithms within the **Roadmap** section (below).
30
+
31
+
To contribute to an already existant algorithm within the framework, please create an issue and state any changes or additions you have made.
32
+
33
+
----------------------------------------------
34
+
23
35
## Wiki
24
36
25
37
-[x][Simple Linear Regression (1 Feature)](https://github.com/Somnibyte/MLKit/wiki/Simple-Linear-Regression-Tutorial)
0 commit comments