-
The `naive_bayes` needs some love!
1. The current implementation of ``BaseDiscreteNB`` requires that the inputs are positive because otherwise the log computation in line 275 will fail. If ``BaseDiscr…
-
great code thanks
may you clarify :
will it work for multivariate time series prediction both regression and classification
each row means the time series, and columns represent different cont…
-
Hi Max,
I was supposed to review Tanguy's homework, but it does not look like he submitted any,
so Francesco asked me to review someone else's, and I chose yours.
I am a newbie, and overall it wa…
-
### Missing functionality
# Addition of statistical testing if the data follows normal distribution or not
Statistical testing is used to check whether a given dataset follows a normal distribution …
-
> 제가 자주 사용하는 Spark 라는 Framework를 소개해보았습니다.
> 이전 글들과는 다르게 사용해보시지 않으셨으면 조금 어려울 수도 있는 내용이 많습니다.
> 혹시나 관심있어서 들어오셨는데, 내용이 부실하여 이해가 잘 안되신다면 편하게 코멘트 부탁드립니다~
> 피드백은 언제나 환영입니다. 👋
![쉐보레 스파크](https://gith…
-
What could be a good classifier to implement (in matlab) if I'm using some calculated network measures as an input? I was trying to implement a likelihood ratio classifier, but I don't have very much …
-
https://software.intel.com/en-us/intel-daal/details
Algorithms
Data Analysis: Characterization, Summarization, and Transformation
Low Order Moments
Computes the basic dataset characteristi…
-
I have a Julia package with a lot of methods, metrics, preprocessing, etc. I find them to be highly useful, maybe you all would too? Feel free to scrape my repo for recyclable code:
https://github.…
-
Add a single page in the cookbook, replacing a python/octave/ ... example.
The patch should contain 3 changes
- added .rst file
- added .sg file
- remove .py, .m, ... files
See https://github…
-
随着开放式协作的普及与自动化技术的提升,目前成熟的大型开源项目中,普遍都采用了协作机器人(bot)来协助开发者进行开发协作,识别出这些机器人,并将他们进行分门别类,是一个基础性的工作,有利于后续开发者运营、开发者工作量统计、社区自动化策略识别等一些列工作的开展。
如何定义该类问题?如何制作该类问题的数据集?采取哪些有效的方法能够解决该问题?