Tuesday, April 9, 2024

Notes 4/9/24

 Data maintenance - Charleton,  Mohammed, Ignacio


Company Info - Create - Read - Update - Delete
Topics - Create -Read -Update -Delete

Mohammed and Ignacio will build their own programs and run on separate app engine project to build a deeper laerning of code.

Graphs - Charlie - Akhil - Ken - David

CONTINUE WORKING ON GRAPHS

Akhil will work on number of classifications per conference calll.


Selection  either Company or Sector

Company

Enter - Ticker - Periods - graph type - Average, weighted average, number of times classifications mentioned

Sector

Sector - periods - graph - Average score of company - Weighted average score of company

Detail display - Charlton / Rauni

Need a front-end process to enter  Ticker - e.g. JPM
Then - Period e.g. Q123
Then classification/keyword category - e.g.  Macro
Enter - Ticker -= period - classification

Pull all the records from the summary detail table that meets the conditions entered

Display  keyword, classification, paragraph  and score  from sentiment detail table

Load, score and summarize - David/Shalini/Arianna/Haris


Arianna will start breaking down the functions in the code to explain what each one does and have small examples

Need to add a scoring date/time to the process so when we re-score based upon a changed set of topics/keywords we can calculate the sentiment summary record based on the latest score date and ignore the records on sentiment detail that are older.

Upload CC to cloud storage location
sentiment-files

e.g.


Run CC thru sentiment model and build sentiment detail records with scores and paragraph id

Run sentiment summary module to build table that drives graphs

 

Tuesday, April 2, 2024

Notes 4/2/24

  sections of code


Data maintenance - Charleton,  Mohammed, Ignascio

Company Info - Create - Read - Update - Delete
Topics - Create -Read -Update -Delete

Graphs - Charlie - Akhil - Ken - David

Selection  either Company or Sector

Company

Enter - Ticker - Periods - graph type - Average, weighted average, number of times classifications mentioned

Sector

Sector - periods - graph - Average score of company - Weighted average score of company

Detail display - Charlton / Rauni

Enter - Ticker -= period - classification

Display score and classification from sentiment detail table

Load, score and summarize - David/Shalini/Arianna/Haris

Upload CC to cloud storage location
sentiment-files

e.g.


Run CC thru sentiment model and build sentiment detail records with scores and paragraph id

Run sentiment summary module to build table that drives graphs

 

Notes 3-18-25

https://uconn-sa.blogspot.com/  We were able to launch an app engine program from our compute engine instance.   I'd like to get all wo...