Blog
Winter courses opening! R for Data Science & Statistics for Data Science
We're back from the Christmas holidays, with a lot of news! We'll start the New Year with a new edition of our most requested live courses: R for Data Science and Statistics for Data Science. There's still some available seats, so be sure to be fast! Down below, you...
read moreHackathon – Hack the city 2018
Hello, R-Users! Have you ever joined an hackathon? If so, you surely know how fun and stimulating these events are. If not… now’s your chance! Quantide is collaborating with Hack the City 2018, the 4th edition of the Southern Switzerland’s hackathon. Aside from being...
read moreR live classes Spring Program – Machine Learning with R & Data viz with R
If you want to find the structure hidden behind your data, this is right class for you: you will learn how to group similar observations using Clustering; how to “naturally” aggregate your variables using Dimensionality Reduction; how to predict outcomes using Regression and Classification (LMs, GLMs, Trees, Random forests, Neural networks). In other words, you will get a full-immersion in the Data Mining and the Machine Learning world, using R. Our third live class in Milan, on October 25-26
read moreQuantide and MilanoR: a year-long experience
Quantide has been a sponsor for MilanoR for a long time. Let’s have a look at their collaborations and Milano’s amazing contributions and events of 2017.
read moreeRum 2018: Keynotes announced!
The keynotes for eRum 2018 are announced! Check them out and every other information about the international conference taking place in Budapest, this year! —- The eRum conferences are particularly thought for the many Europeans that can’t manage to take part in the use!R conferences when they are based in USA – or, just like this year, in Australia. The 2018 eRum edition will take place in Budapest, Hungary, from the 14th to the 16th of May. Today we are particularly happy to announce the conference keynotes speakers, and what a list of names!
We will have with us Achim Zeileis, Stefano Iacus, Martin Mächler and Nathalie Villa-Vialaneix.
R live class | Professional R Programming | Nov 29-30 Milan
If you wish to move forward from being a R user to become a R developer, it is time to take your programming skills to the next level. This course will give you an inner perspective of R working mechanisms, as well as tools for addressing your code’s issues and to make it more efficient. Once these concepts are established, as whether you work alone or in team it is very important that your code is reproducibile, you will learn how to create R packages and use them as the fundamental unit of reproducible R code.
read moreR live class | R with Database and Big Data | Nov 21-22 Milan
R with Database and Big Data, our fifth autumnal class, presents the latest techniques to work with big data within the R environment. The large amount of data available nowadays is a tangled and hidden source of knowledge: being able to quickly and effectively unravel high value information from the vastness of data is the most powerful driver for success in this modern competitive market. Join us in Milan, 21-22 November.
read moreR live class | Data Visualization and Dashboard with R | Nov 7-8 Milan
Discover how to tell the story that lives in your data: using the most modern R tools for data visualization, learn how to build beautiful, effective and flexible plots. Then, step by step, discover how to embed visualizations and tables in a powerful Shinyapp, to make your data easily navigable and let their insights emerge . Join the fourth course of our term: Data Visualization and Dashboard with R, in November 7-8
read moreR live class | Machine Learning with R | Oct 25-26
If you want to find the structure hidden behind your data, this is right class for you: you will learn how to group similar observations using Clustering; how to “naturally” aggregate your variables using Dimensionality Reduction; how to predict outcomes using Regression and Classification (LMs, GLMs, Trees, Random forests, Neural networks). In other words, you will get a full-immersion in the Data Mining and the Machine Learning world, using R. Our third live class in Milan, on October 25-26
read moreR live class | Statistics for Data Science | Oct 11-12
Develop a wide variety of statistical models with R, from the simplest Linear Regression to the most sophisticated GLM models: a two-days live course to master statistics for Data Science, with R
read moreR live class | R for Data Science | Oct 4-5 Milan
R for Data Science is our first course of the autumn term. It takes place in October 4-5 in a location close to Milano Lima.
If you want to deepen your data analysis knowledge using the most modern R tools, or you want to figure out if R is the right solution for you, this is the your class. This course is for people that are willing to learn about R and would like to get an overview of its capabilities for data science.
New R Live Courses in Milan! Autumn term calendar
Starting from October, our new live R courses are available to everyone! We have updated them to the latest R functionalities and organized them to ideally form a complete data science path with R: either you seek R introduction or R developer tools, statistical models or Big Data, Shiny dashboards or Machine learning techniques, we bet that we have a course for it.
read moreBuilding views with R
In database theory, a view is a table that actively depend on a data frame and on a query on it, so that if you change something in the data frame, the view will change accordingly. To have something similar to a view in R here we propose the ‘%>>%’ operator, friendly to use and coherent with dplyr structure
read more