mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2025-05-05 18:12:43 -04:00
Update pull_R_packages.py
This commit is contained in:
parent
1e53107ef9
commit
3f860e17a4
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
from pyquery import PyQuery as pq
|
||||
import urllib
|
||||
import codecs
|
||||
import random
|
||||
|
||||
text_file = codecs.open("Packages.txt", encoding='utf-8', mode="w")
|
||||
d = pq(url='http://cran.r-project.org/web/views/MachineLearning.html',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue