Chaitanya Bachhav

Results 3 issues of Chaitanya Bachhav

``` import asyncio from pyppeteer import launch async def extract_data(url): browser = await launch({'headless' : True}) page = await browser.newPage() await page.goto(url, timeout=1000000) elements = await page.xpath('//td/a[@onclick]') for element in...

I have some sensitive data as a csv, so I tried creating a private repo on github, but BinderHub says that the url doesn't exit. Please help me out. @SamLau95...

As far as I've understood, only two types of models are implemented - GNAE and VGNAE, but in line 82 of main.py there's an if condition which checks if args.model...