-
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…
-
In our [Contributing Guidelines](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md):
> Algorithms in this repo should not be how-to examples for existing Python packages. Instead,…
-
**Electricity Consumption**
https://nbviewer.jupyter.org/github/cs109-energy/cs109-energy.github.io/blob/master/iPython/Exploratory%20Analysis.ipynb
https://machinelearningmastery.com/how-to-load-an…
-
I have gene expression data, including 834 predictors and 172 samples in training and 56 in testing. Hope someone can help with a few questions:
1. Among 172 samples in training set, the predictions f…
-
We just disabled warnings on travis in #9840.
I don't think we should do that. I've been a bit absent lately, but I think the current state of the warnings is pretty bad. Many of these seem recent ch…
-
I am preparing to propose some functionality I have copied from [numpy](https://www.numpy.org/), and [pandas](http://pandas.pydata.org), but I'm unsure which packages they belong in. I believe this ma…
-
## Context: the new `global_random_seed` fixture
#22749 introduces a new `global_random_seed` fixture to make it possible to run the same test with any seed between 0 and 99 included. By default, w…
-
Hello,
I tried converting it to RNN:
class ClassifierOfflineTrain(object):
''' The classifer for offline training.
The input features to this classifier are already
proce…
-
Nick suggests a tiered approach. Ben will do a survey and see how many classifiers there are and whether it could be done.
-
## Context: the new `global_dtype` fixture and `SKLEARN_RUN_FLOAT32_TESTS` environment variable
Introduction of low-level computational routines for 32bit motivated an extension of tests to run the…