Ezequiel Leonardo Castaño
Ezequiel Leonardo Castaño
When working with pre-processed datasets it may be the case where there is no column name `source` or `target` or `value` and even worse, they may be present with a...
When working with datasets where each records represents a single "value" it seems quite unnatural to add `df["value"] = 1` although it's something quite simple it could have been done...
I want to model the following situation: - I have a certain source, 100 elements. - I have several waypoints between the source and the target. - The elements reaching...
The link in the **README** is broken. A good replacement could be the [**Wayback Machine version**](https://web.archive.org/web/20170223224855/https://sites.google.com/site/simplebayes/)
It would be nice if one could use kutt.it to shorten an API and pass parameters as query string Example: API url: https://wt-5fc6cb60e41eaeeb967dd305f92ba74a-0.sandbox.auth0-extend.com/hello Shorten: https://kutt.it/elc-webtask-tutorial Call API with parameters: https://wt-5fc6cb60e41eaeeb967dd305f92ba74a-0.sandbox.auth0-extend.com/hello?name=John...
This PR mantain the same functionality as commit 8d6d581 but improves readability and expresiveness: - DEIterator and PDEIterator are no longer necessary, they are merge into DE and PDE respectively...
I wrote this function and used it as a callback to attemp elitist selection without success: ```python best_chromosome = None def save_best(population): global best_chromosome population_best = population.current_best if best_chromosome is...
I think that the options provided in the default templates are great but for example I would like to create my own template, with custom title, a GA tracker code...
I was experimenting a bit and it isn't necessary to create a Github Repo, instead, one can create a Github Gist and use it. To achieve this, follow this format...
I've created a theme based on MinimalXY and I'd like to add it to the list as submodule