Baran Nama

Results 21 issues of Baran Nama

Every time I have starting to execute the script, I need to wait for the update process. There should be an auto-update mechanism or a method to check whether the...

Currently BLS website is unavailable like this: ![Screenshot from 2020-08-08 17-47-17](https://user-images.githubusercontent.com/15036825/89714478-5b1ee400-d99f-11ea-9368-081357c74f86.png) The library just parsing the error HTML page and there is no validation check whether the correct thing gets...

It should be not a big issue to add different window types.

## 🐛 Bug I am using tqdm auto in my notebook however my progress bar is not progressing, it stays at zero. I have set `log_output` True and `progress_bar` True...

bug
help wanted

I have an custom tqdm class implementation for my app to show memory and cpu use on tqdm bars: ```python import joblib from psutil import Process, virtual_memory, cpu_count from tqdm.auto...

Is there any type that represents a numerical column (includes int, float etc.)?

enhancement
help wanted
future

I have downloaded an example from webpage --> https://proxybroker.readthedocs.io/en/latest/_downloads/find_and_save.py It is keep running for 10 minutes however, it does not work but I do not understand why?

How can I ensure that the proxy server is running and a proxy is changing when needed? I am only getting an info like -> Listening established on ('127.0.0.1', 46715)...

question

Can you explain how database structure works in the code especially migrations deeply? Thank you.

I have two questions: 1) Why you are applying sigmoid at the beginning of fow$rward call? 2) Is label smoothing is correct? Should we apply to target rather than output?...