-
# Which #TidyTuesday Netflix titles are movies and which are TV shows? | Julia Silge
Use tidymodels to build features for modeling from Netflix description text, then fit and evaluate a support vecto…
-
`multidms==3.0` introduces a much easier interface for fitting collections of models in parallel. @Caleb-Carr and I have put together this issue to serve as an outline/plan for updating the notebooks …
-
I've spent far too much time today looking at the different pelican themes. Huge variety, none is perfect. How complex would it be to use octopress but with two modifications:
1) change the code bl…
-
The interface could be meta independent and look something like that
```cpp
template
void write_HB(Model_decays const& decays) {
const auto decay_table = decays.get_decay_table();…
-
Hi @ChWick @andbue while I was training calamari-ocr, I am consistently getting: 'Warning: Skipping line with longer outputs than inputs' for larger images having more width. Is there any way to fix t…
-
I'm having a hard time wrapping my head around the meaning of the Error that is returned when i call
```
var teacher = new LevenbergMarquardtLearning(network);
var error = teacher.RunEpoch(inputs, ou…
-
Someone has already that something like that for `jekyll` off course ;-)
https://github.com/sylvaindurand/jekyll-multilingual
and it would relief you from the hassle of starting new repo's based…
-
**Describe the bug**
The method abruptly exit with the below error...
ValueError: Input contains NaN, infinity or a value too large for dtype('float64').
But The data is clean and no sign of any …
-
-
We want to write a short gdoc explaining how a financial time series problem can be formulated in the classical ML paradigm of supervised learning.
Many prediction problems (e.g., price, volatility, …