savanpatel / machine-learning-101

A repository related to datasets for Machine Learning.
138 stars 183 forks source link

License for software use/modifications #3

Open wirawan0 opened 5 years ago

wirawan0 commented 5 years ago

Hi Savan,

I came across your nice Medium blog (machine-learning-101) which comes complete with hands-on materials (codes, datasets). I assume that you intend to share the hands-on materials as a freely/openly licensed materials. I have some interest in reusing your materials, but could you please specify what license you are releasing your codes and datasets? My project will eventually be openly available via free license as well (exact license TBD). It is a training project to teach students advanced computation techniques such as machine learning. Your clarification will be appreciated!

Wirawan

shubham-jain24 commented 5 years ago

I am not able to download the data set it is saying permission denied

riwat7 commented 4 years ago

Hi Savan, I checked chapter 1 code. There is none spam email according to emails labels. You use "spmsg" string to label email as a spam. ... if lastToken.startswith("spmsg"): train_labels[docID] = 1;

None of the emails is label with "spmsg"