Federico Simonetta
Federico Simonetta
It would be nice if could be able to use context variables, such as in: ```julia function run() settings = YAML.load(open("midi2midi_tuning.yml")) cps_list = settings["cps"] ho = Hyperopt.@hyperopt for i =...
Is there any plan for introducing parallel optimization? For instance, scikit-optimize has an ask-tell interface that allows asking for the best N candidate points (according to the acquisition function) and...
Here is a little function that downloads julia if needed, set up an environmnt and instantiate the project. I think something similar should be provided so that users can call...
I want to propose a discussion about how `pyjulia` should be used in parallel computing. I recently found a way that seems rather stable: 1. we should make sure that...
PyCall allows Julia to call Python code without copying objects from Julia to Python - e.g. you can create a dict or an array in Julia and pass it to...
A full list of functions available through rope is here: https://github.com/python-rope/rope/blob/master/docs/overview.rst#refactorings An example to use it in a text editor is here: https://github.com/python-rope/ropevim Having these features available would make pyls...
https://github.com/jamiebullock/LibXtract/blob/41273dd7a56ebe7f1a232cfa0b870ebb67eefd7d/src/vector.c#L323-L373 I was trying to implement a higher level API in Julia and I've found these two lines that seem wrong to me. Shouldn't it compute the euclidean distance between...
# Short Question Description Is it possible to change the hyper-parameter space of an algorithm (such as PCA), so that it is restricted or enlargedd in respect to the default...
Just what the title says. It should be implemented for full sklearn compliance.
On the website https://mail.zoho.com (you need to log-in to test) only some links are avilable. I tested: * SurfingKeys * vim-vixen * vimum-c * vimium-ff * trydactil * linkhints Only...