Skip to content

dc-aichara/DS-ML-Public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example of telegram chats which contain keyword 'bitcoin' or 'btc'

  • Get text messages from telegram groups and channels which contain word 'bitcoin' or 'btc'.

Example:

>>> tele_btc_messages.head()

  • Use to get users who were online in last 24 hours.

Example:

$ cd DS-ML-Public
$ python telegram_user_status.py 12345 fe3922d77g6wgwgwyu35g46c9 bitgrit
Number of active users in last 24 hours is 1530.
          User               status
0  Dayal Chand               online
1       Sameer             recently
2  Dikesh Shah  2019-07-02 01:13:19
3       Crypto  2019-07-02 00:47:50
4        Billy  2019-07-02 01:32:49


  • A notebook to guide hyperparameters optimization using Bayesian model based optimization.

Example hyperparameters optimization results table for LightGBM Regressor on Boston Housing data.