ChaterJee 0.2.3__tar.gz → 0.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {chaterjee-0.2.3 → chaterjee-0.2.5}/ChaterJee.egg-info/PKG-INFO +2 -2
- {chaterjee-0.2.3 → chaterjee-0.2.5}/PKG-INFO +2 -2
- {chaterjee-0.2.3 → chaterjee-0.2.5}/README.md +2 -2
- {chaterjee-0.2.3 → chaterjee-0.2.5}/setup.py +1 -1
- {chaterjee-0.2.3 → chaterjee-0.2.5}/ChaterJee/ChaterJee.py +0 -0
- {chaterjee-0.2.3 → chaterjee-0.2.5}/ChaterJee/__init__.py +0 -0
- {chaterjee-0.2.3 → chaterjee-0.2.5}/ChaterJee.egg-info/SOURCES.txt +0 -0
- {chaterjee-0.2.3 → chaterjee-0.2.5}/ChaterJee.egg-info/dependency_links.txt +0 -0
- {chaterjee-0.2.3 → chaterjee-0.2.5}/ChaterJee.egg-info/requires.txt +0 -0
- {chaterjee-0.2.3 → chaterjee-0.2.5}/ChaterJee.egg-info/top_level.txt +0 -0
- {chaterjee-0.2.3 → chaterjee-0.2.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ChaterJee
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.5
|
4
4
|
Summary: Communicate your project updates via Telegram Bot!
|
5
5
|
Author: Pallab Dutta
|
6
6
|
Author-email: pallab9997@gmail.com
|
@@ -10,7 +10,7 @@ Requires-Dist: python-telegram-bot==20.7
|
|
10
10
|
|
11
11
|
# ChaterJee
|
12
12
|
|
13
|
-
<img src="ChaterJee/ProfilePhoto.png" alt="ChaterJee" width="200"/>
|
13
|
+
<img src="https://github.com/Pallab-Dutta/ChaterJee/raw/main/ChaterJee/ProfilePhoto.png" alt="ChaterJee" width="200"/>
|
14
14
|
|
15
15
|
Often, we need to run computational `trial and error` experiments by just tweaking one or two key parameters. In machine learning, you face similar problems during hyperparameter tuning experiments.
|
16
16
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ChaterJee
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.5
|
4
4
|
Summary: Communicate your project updates via Telegram Bot!
|
5
5
|
Author: Pallab Dutta
|
6
6
|
Author-email: pallab9997@gmail.com
|
@@ -10,7 +10,7 @@ Requires-Dist: python-telegram-bot==20.7
|
|
10
10
|
|
11
11
|
# ChaterJee
|
12
12
|
|
13
|
-
<img src="ChaterJee/ProfilePhoto.png" alt="ChaterJee" width="200"/>
|
13
|
+
<img src="https://github.com/Pallab-Dutta/ChaterJee/raw/main/ChaterJee/ProfilePhoto.png" alt="ChaterJee" width="200"/>
|
14
14
|
|
15
15
|
Often, we need to run computational `trial and error` experiments by just tweaking one or two key parameters. In machine learning, you face similar problems during hyperparameter tuning experiments.
|
16
16
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# ChaterJee
|
2
2
|
|
3
|
-
<img src="ChaterJee/ProfilePhoto.png" alt="ChaterJee" width="200"/>
|
3
|
+
<img src="https://github.com/Pallab-Dutta/ChaterJee/raw/main/ChaterJee/ProfilePhoto.png" alt="ChaterJee" width="200"/>
|
4
4
|
|
5
5
|
Often, we need to run computational `trial and error` experiments by just tweaking one or two key parameters. In machine learning, you face similar problems during hyperparameter tuning experiments.
|
6
6
|
|
@@ -83,4 +83,4 @@ if __name__ == '__main__':
|
|
83
83
|
|
84
84
|
cbot = ChaterJee.ChatLogs(TOKEN, CHATID)
|
85
85
|
cbot.cmdTRIGGER()
|
86
|
-
```
|
86
|
+
```
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|