-
- [ ] Collect webpages of Jenkins
- [ ] Build Naive Bayes Classifier to filter out unnecessary server-side webpages
-
## Section: Machine Learning
deadline: 3rd October 2021
- [x] K-NN (K-Nearest Neighbors)
- [ ] Naive Bayes
- [ ] Support Vector Machine
- [ ] Random Forest
- [ ] AdaBoost
- [ ] Gradient Boo…
-
I am training both a Naive Bayes Classifier as well as a Decision Tree classifier using TextBlob and they take a few minutes to train. I think it would be quite informative to implement a progress bar…
-
Hey Man
I am bit confused with the brainjs implementation. If I had to use `brain.recurrent.RNN`, how can that call be passed whilst adding documents?
If my understanding is correct, this classi…
-
Traceback (most recent call last):
File "newsClassifier.py", line 22, in
newsTrainer.train(news['text'], news['category'])
File "/home/hydra/Desktop/AUR/projectSpider/naive-bayes-classifie…
-
Why not to use available packages:
- [Clustering.jl](http://github.com/JuliaStats/Clustering.jl) for clustering
- [NearestNeighbors.jl](https://github.com/johnmyleswhite/NearestNeighbors.jl) or [FLANN…
-
Missing values: Identify missing values using isnull() and decide how to handle them (imputation, removal, etc.).
Data formatting: Ensure that all columns have the correct data types (e.g., convert…
-
How do we want the top-level functions?
Even in the two uses case in the gallery we have one with test data (the naive Bayes classifier) and one without. Should be always have a `Rcpp::Nullable` t…
-
On my dataset machineJS failed because it was trying to use negative X values with multinomial Naive Bayes classifier.
Suggested solutions:
- Skip MultinomialNB when some of the features have negati…
-
This is subtaks of aid666/DataMiningCloud#6, which create a Naive Bayes Classifier trainer for evaluation.
The HUB will accept that adhoc process request, send this request to the waiting queue, main…