Bernard Brenyah
Bernard Brenyah
The big release of DataFrames.jl v1.0 is incompatible with the current version of ScikitLearn.jl.
Using this dummy timeseries from pandas. How would I split this data into a training and validation set with a gap of say 1 week? It is quite unclear from...
It appears this package is not compatible with the latest stable version of DataFrames v1.0.0 ```julia (@v1.6) pkg> add [email protected] Resolving package versions... ERROR: Unsatisfiable requirements detected for package DataFrames...
A new kid on the gradient boosting block is the NGBoost variant described in this [project](https://stanfordmlgroup.github.io/projects/ngboost/) from the Standford ML Group. It would be really nice to have this implementation...
Currently matchFirst function isn't exported and since this is a key extraction function commonly expected to be used, this function should be exported for ease of access. What do you...
### Describe the bug a clear and concise description of what the bug is. I am currently having issues trying to get Prometheus to scrape the metrics for my Minikube...
It would be great to provide an interface for researchers to cite this project. [Zenodo](https://zenodo.org/) seems like a good choice but other alternatives should be explored as well.
There's a bug in the example as get_data() expects integers but `START.timestamp()` returns floats. This fix corrects it.
Excel is one of the most popular data formats so it'd be great to have it supported like: ```julia using UrlDownload using DataFrames url = "https://archive.ics.uci.edu/ml/machine-learning-databases/00352/Online%20Retail.xlsx" df = urldownload(url) |>...