Luboš Hanus

Results 10 issues of Luboš Hanus

Hi, I am wondering whether you do not know why the scheme highlight the same code differently in Atom and Sublime. The desired one is the one of Atom. Atom...

Hi, I know that I might be posing wrong questions all the time I create an issue. Even I accept that julia is a vibrant and fast-developing environment, I am...

Hi, Is there any function to create indices as in `kfolds()` but having them not overlapping and moving from first to last? I see two ways one would have it:...

Hi, I have a setup for modelling using Flux and I change activation functions. When I have my activation functions in an array and those are different: ```julia julia> [relu,...

Hi, (transferring here from Plots.jl, also asked at discourse) when I export a julia notebook .ipynb to html it does not export GR.jl-created images well. They show in html as...

## Details Why it does not accept string? Thanks. `plot(rand(10); palette="seaborn_colorblind")` produces the error `plot(rand(10); palette=:seaborn_colorblind)` works ok ```julia MethodError: no method matching get_colorscheme(::String) Closest candidates are: get_colorscheme(::PlotUtils.AbstractColorList) at ~/.julia/packages/PlotUtils/mHQ0Q/src/colorschemes.jl:4...

bug

Hi, I am trying to run your code with my own data set and it always produces errors. I have data with Date in correct format as `index`, `Price` column,...

Hi, I can see a double contour when exporting box-plots into .pdf. Here I attach the file how I see it when displayed before saving and after saving into PDF....

Hi, have you thought about porting some Time Series utility functions? Such as `kfold` for time series? https://alan-turing-institute.github.io/MLJ.jl/stable/evaluating_model_performance/#MLJBase.TimeSeriesCV ```julia julia> MLJBase.train_test_pairs(TimeSeriesCV(nfolds=3), 1:10) 3-element Vector{Tuple{UnitRange{Int64}, UnitRange{Int64}}}: (1:4, 5:6) (1:6, 7:8) (1:8,...

enhancement

Hi, I'm getting this error when loading my package/scripts on linux server `using Distributed` with multiple cores. I don't understand why is it happening: `check for typos in package module...