Antonello Lobianco

Results 49 issues of Antonello Lobianco

The trailing slash adjustment for `ftp.ctrl.url` in `ftp_command` for the specific "CD" command is still broken: Using absolute path: ```julia julia> ftp = FTP(hostname = "palantir.boku.ac.at", username = "anonymous", password...

Hello, I need to recursively download a directory from an anonymous FTP client: ``` ftp_init(); ftp = FTP(hostname = "palantir.boku.ac.at", username = "anonymous", password = "") cd(ftp, "Public/ImprovedForestCharacteristics") pwd(ftp) readdir(ftp)...

Replaced `data_plot =DataFrames.by(...` with `data_plot =combine(groupby(...` in the doc example. To note that the file updated do not correspond to the built documentation. In the documentation currently displayed on the...

Any info for a 2024 course and how to enrol it ? For online learning, I am much more successful if I am part of a cohort of students learning...

Take this example: ``` a = DataFrame(a =["a","b","c"], b=[1,2,3]) b = ["a","a","b"] Xover, yover = random_oversample(a, b) ``` This fails because ` ScientificTypes.schema(X).scitypes` fails, but the algorithms emploied doesn't really...

involved

Hello, I am trying to run the collaboration extension (`pip3 install jupyter-collaboration`) on a newly set up JupyterLab in Jupyterhub in ubuntu 22.04 installed using PIP (i.e. `pip3 install jupyter...

bug

Hello, I am trying to replicate the example in the readme on a Linux Ubuntu system with gcc/cmake installed but I am getting the following error: ```julia using Pkg cd(@__DIR__)...

Hello, I am trying to run a simplified "forward" passage of a neural network with GPU. On CUDA/CuArray I have always the same, correct results for my output, but with...

Ok, I may look a dinosaur, but sometimes a PDF is useful :-) Is it possible to render the book as a single PDF ?

enhancement
help wanted