downloading folders from google drive.

I wanted to download some course material on RL shared by the author via Google drive using the command line.  I got a bunch of stuff using wget a folder in google drive was a challenge. I looked it up in SO which gave me a hint but no solution. I installed gdown using pip and then used: gdown --folder --continue https://drive.google.com/drive/folders/1V9jAShWpccLvByv5S1DuOzo6GVvzd4LV if there are more than 50 files you need to use --remaining-ok and only get the first 50. In such a case its best to download using the folder using the UI and decompress locally. Decompressing from the command line created errors related to unicode but using the mac UI I decompressed without a glitch.

Data Science Glossary - H

Hadoop
An Apache open source project for batched calculation using the Mapreduce paradigm
Hit
was the smallest unit of work counted in a web server log. In modern analytics this now refers to the smallest units being measured though not all will register in a web server's log. These include page views, events, interactions with a social network, ecommerce transactions or even peed diagnostics.
Heat Map
an exploratory analysis technique with false color visualization for understanding website user interaction with ui at an aggregate . See also (HotJar, Crazy egg)
Hierarchical Clustering
is a clustering technique which includes multilevel clustering. There are two approaches to hierarchical clustering, agglomerative which starts from leafs and divisive.which starts from a root cluster.
Heterogeneity
market segmentation, whose motto is "one size does not fit all," relies almost exclusively on one definition of what constitutes a segment are groupings of objects such that similar objects are gathered together and separated from dissimilar gatherings of other similar objects. "Birds of a feather flock together" and stay away from birds of a different feather. (See also Homogeneity)
Homogeneity
web analytics by default will provide a view of users that is homogeneous. Most users fail to realise that this is not a useful view of the customers. (See also Heterogeneity)

Comments

Popular posts from this blog

Moodle <=< Mediawiki SUL integration - first thoughts

downloading folders from google drive.

Insight into progressive web apps