Valerio Maggio

Results 14 issues of Valerio Maggio

The fix I made to the `sample_installer.py` script enables the compatibility with latest versions of `pip`. In particular, since `pip 10.0` the `main` function has been refactored and moved to...

I just realised that the reference link to the Dejavu font in the `README.md` is broken. The link should be replaced with this new one: https://dejavu-fonts.github.io/ Going to issue a...

Removed unused import, PEP8 reformatting, and more robust checking of `None` for dtype

## Description This PR fixes a few minors in the `L3_DataPreparation.ipynb` notebook after coding through the first block of Lecture 3 in Introduction to Remote Data Science pre-release. This commit...

## Description Cell output (and corresponding cell execution count) have not been cleared in `L3_DataPreparation.ipynb` notebook. Just noticed as I started working on Lesson 3 in the course Pre-release :)...

Type: Improvement :chart_with_upwards_trend:

## Description In current version of the notebook, the data is accessed directly from GitHub: ```python #Load data import pandas as pd raw_data = pd.read_csv("https://raw.githubusercontent.com/OpenMined/PySyft/dev/notebooks/course3/dataset/L3_data.csv") ``` whereas the snippet shown...

Type: Improvement :chart_with_upwards_trend:

## Where? `L3_DataPreparation.ipynb` in `introduction-to-remote-data-science` branch. ## What? The following sentence is not aligned with actual data: >So for instance, Country 0 had `1140` COVID cases at the start of...

Type: Documentation :books:

## Description All the images referenced in notebook `L4_NodeMaintenance.ipynb` are missing from the repo. I guess the folder `ui_images` has been left behind in some commit :)

Type: Bug :bug:

## Description This PR extends and complements the basic tutorial on **Apache Beam** by integrating very thorough explanations and references to the preparatory execution framework for the exercises, as well...

This PR finalises the new `pyscript-cli` features developed during the last hack-days. In particular, the new features this PR brings are: - support for automatic analysis of code dependencies (i.e....