Sung Kim

Results 40 issues of Sung Kim

I just wanted to execute a simple code and get execution results using ipykernel. My code is: ```python import jupyter_client km, kc = jupyter_client.manager.start_new_kernel() kc.execute('print("Hello")', silent=False) state = 'busy' while...

I really like Wit.ai and the messenger.js example. Thanks a lot for that. However, since bot engine, Facebook API, and (express) server is all in one file, it's hard to...

Is there any way to directly render a graph to an image file? For example, can we do something like this? ``` neoViz.render("out.png"); ```

In def create_batches(self) (util.py): ``` python ydata[:-1] = xdata[1:] ydata[-1] = xdata[0] ``` The first line is fair enough. However, why we need the second line? Say our data is...

I have added handling for the last chunk in the split_into_sentences function. Previously, the function did not account for the last chunk, which could lead to incomplete sentences in the...

**Problem Description** Could you please add solar llm API in config? **Proposed Solution** It uses the same API as OpenAI/Azure, it should be easy to add Solar API: ``` curl...

Do you think it's a good idea to add the years of each publication? It would help understand what are more/less recent papers. Cheers!

@FuZer Do you think you can try this? https://www.kaggle.com/c/quora-question-pairs

list랑 dict 랑 차이점은 무엇일까요?

How to create a list?