Sheikh Abdur Raheem Ali

Results 23 comments of Sheikh Abdur Raheem Ali

I have a lot of experience with python, will jump into the repo and hopefully try to write a tutorial tomorrow.

Hi, just made a tutorial part 0 to help with installing and setting up chatistics. It's based off of a handout I made for a course I TA'd for, so...

Isn't Google Cloud one of the supporters of binder? Anyway, good point, I'll make it a notebook they can run locally.

Oh, that issue might be because python can't find your 'logging.conf' config file. This is defined inside the Chatistics directory, so since your current working directory is being searched the...

This error is due to a missing import, I've made a pull request to fix it. Just to make sure, have you put the contents of the messages folder (from...

This is definitely strange. This is the code snippet that's responsible for it: https://github.com/MasterScrat/Chatistics/blob/079fb531a685bdd7ead81dab97a855da5c749c39/parsers/messenger.py#L17-L19 Let's contrast this with the empty input file checker in the whatsapp parser: https://github.com/MasterScrat/Chatistics/blob/079fb531a685bdd7ead81dab97a855da5c749c39/parsers/whatsapp.py#L70-L73 Notice that...

@MasterScrat can you review this?

https://nbviewer.jupyter.org/github/amzn/emukit/blob/master/notebooks/Emukit-tutorial-Bayesian-quadrature-introduction.ipynb I couldn't find anything. Could you point out some examples? Otherwise we might want to close this issue Edit: nvm, found it https://emukit.readthedocs.io/en/latest/api/emukit.quadrature.acquisitions.html I might put some time into...

I recommend http://circos.ca/intro/circular_approach/. Python implementations: https://github.com/ponnhide/pyCircos or https://github.com/moshi4/pyCirclize

Okay, I'm going to put down some rough thoughts: > Often you want to look at vectors over the vocabulary (eg the logits at a specific position). This is >50,000...