Harshil
81dc87aeb1
Merge branch 'master' of git://github.com/Himani2000/Python into Himani2000-master
2018-10-19 15:13:52 +02:00
Parth Shandilya
5d1f72604d
Improved Code and removed Warnings ( #483 )
2018-10-19 14:00:31 +05:30
Parth Shandilya
07451a6ca4
Improved Code and removed warnings ( #482 )
...
Improved Code and removed warnings
2018-10-19 13:28:21 +05:30
ParthS007
0856a61859
Remove Multiple Unused Imports and Variable
2018-10-18 02:58:57 +05:30
Harshil
4fc68bbb4c
Update Reuters - OneVsRestClassifier.ipynb
2018-10-12 18:50:00 +02:00
Harshil
67a31e4b2f
Reuters - OneVsRestClassifier (I'd also uploaded the same at: https://www.kaggle.com/harshildarji/reuters-onevsrestclassifier )
2018-10-12 18:46:45 +02:00
Himani Negi
ee8c01179d
Add files via upload
2018-10-09 01:51:14 +05:30
cclauss
4ee0e620cb
Modernize Python 2 code to get ready for Python 3 AGAIN
2018-01-21 08:25:19 +01:00
cclauss
2ed1bad747
Merge branch 'master' into modernize-python2-code
2017-12-13 16:32:28 +01:00
cclauss
e31c780d94
Modernize Python 2 code to get ready for Python 3
2017-11-25 12:41:55 +01:00
cclauss
4e06949072
Modernize Python 2 code to get ready for Python 3
2017-11-25 10:23:50 +01:00
himangSharatun
80bdfbb9f9
add mean bias deviation in scoring functions
2017-11-18 10:34:07 +07:00
Harshil
6bc30c7182
Merge pull request #139 from anuragkumarak95/master
...
added k means clustering algorithm, usage doc inside.
2017-10-17 18:50:48 +05:30
Nathan Berger
37967bd0cf
Fixed case where function didn't return where it should
...
I added these return statements so that invalid inputs or valid end cases would no longer continue running through the rest of the function.
2017-10-09 12:42:51 -05:00
Nathan Berger
8fb1eb7bdf
Implementation of a regression tree in python
...
I've implemented a basic decision tree in python as an example of how they work. Although the class I've created only works on one dimensional data sets, the reader should be able to generalize it to higher dimensions should they need to.
2017-10-09 12:36:33 -05:00
Anurag Kumar
07fb7d695a
added k means clustering algorithm, usage doc inside.
2017-10-02 21:13:43 +05:30
Anup Kumar Panwar
f5fc930c1b
Merge pull request #108 from frmatias/master
...
Perceptron - one neuron
2017-09-03 13:04:51 +05:30
Francisco Matias
a51be755d4
Perceptron - one neuron
2017-08-29 13:43:42 -03:00
sthkindacrazy
5b03d56cd6
scoring functions added
2017-08-19 14:23:00 +09:00
yashLadha
1727d79d97
Added Linear regression
2017-06-27 17:56:27 +05:30
=
64d29ef2ad
-Added Gradient Descent Algorithm
2017-06-23 02:09:42 +05:30