UCL-ELEC0136: Data Acquisition and Processing Systems

Submission deadline:
Please check the Moodle page of the course.
1 Objectives
The objective of this assignment is to simulate a real-life data science scenario that aligns with the process discussed in class. This process involves:

  1. Finding and acquiring a source of data.
  2. Storing the acquired data.
  3. Cleaning and pre-processing the data.
  4. Extracting meaningful visualizations.
  5. Building a model for inference.
    You are encouraged to utilize any additional methods you deem suitable for solving the problem. The assignment comprises two main deliverables:
  6. A written report presented in the format of an academic paper.
  7. The accompanying codebase to support your report.
    While exchanging ideas and discussing the assignment with your peers is allowed, it is essential to emphasize that your code, experiments, and report must be the result of your individual effort .
    2 Overview
    Assume you are a junior Data Scientist at Money, a UK investment company and your project manager, Melanie, provides you with the following list of public companies:
    • Apple Inc. (AAPL),
    • Microsoft Corp. (MSFT),
    • American Airlines Group Inc (AAL),
    • Zoom Video Communication Inc (ZM)
    You must select ONE of these companies and study their market trends to ultimately be able to advise on when and whether Money should (I) buy, (II) hold, or (III) sell this stock.
    Melanie asked you to follow the company guidelines, which advise this process:
  8. Select a company and acquire stock data from the beginning of April 2019 up to the end of March 2023.
  9. Collect any other data on external events (e.g., seasonal trends, world news etc.) that might have an impact on the company's stocks.
  10. Choose the storing strategy that most efficiently supports the upcoming data analysis.
  11. Check for any missing/noisy/outlier data, and clean it, only if necessary .
  12. Process the data, extracting features that you believe are meaningful to forecast the trend of the
    stock.
  13. Provide useful visualisations of the data, exploiting patterns you might find.
  14. Train a model to predict the closing stock price.
    Details for each task are provided in Section 2. Details of how each task is marked are included in
    Section 3.
    3 Task Details
    IMPORTANT NOTE
    Tasks 1.2, 2.2, 4.2 and 6 are more advanced, but based on the scoring criteria
    provided in Section 5 , you can pass this assignment without solving these tasks. However, you would need
    to solve these to achieve a top-distinction range.
    The percentage provided on each task description is the weight of the mark in the 70% of the report , as clearly defined in Section 5 .
    Task 1: Data Acquisition
    You will first have to acquire the necessary data to conduct your study.
    Task 1.1 5%
    One essential type of data that you will need is the stock prices for the company you have chosen, spanning from the 1st of April 2019 to the 31st of March 2023, as described in Section 1. Since these companies are public, the data is made available online. We note that any data sources are to
    be accessed exclusively through a web API rather than downloading files manually . The first task is to search and collect stock prices, finding the best way to access and acquire it through a web API.
    Task 1.2 7%
    Search and collect more/different data relevant to this task. There are many valuable sources of information for analysing the stock market. In addition to time series depicting the evolution of stock prices, acquire auxiliary data that is likely to be useful for the forecast, such as:
  15. Social Media, e.g., Twitter: This can be used to understand the public's sentiment towards the stock market;
  16. Financial reports: This can help explain what kind of factors are likely to affect the stock market the most;
  17. News: This can be used to draw links between current affairs and the stock market;
  18. Meteorological data: Sometimes climate or weather data is directly correlated to some companies'
    stock prices and should therefore be taken into account in financial analysis;
  19. Others: anything that can justifiably support your analysis.
    Remember, you are looking for historical data, not live data, and that any data sources must be accessed through a web API rather than downloading files manually .
相关推荐
今朝唯我少年郎几秒前
Codex安全盲区代码漏洞生成实测
python·程序员
E_ICEBLUE3 分钟前
Python 实现 Excel 转 Markdown,支持工作表、单元格区域和批量处理
python·excel·markdown·格式转换
ctlover18 分钟前
Python高级与正则表达式
开发语言·python
泡海椒20 分钟前
生产环境安全配置:JQuickJavaInvocationGuard自定义防护规则实战
开发语言·python·安全
Sylvia33.28 分钟前
板球实时数据接入实战:从Frames模型到多赛制适配
java·python·websocket·网络协议·架构
IPdodo_43 分钟前
curl 如何测试代理 IP?HTTP、SOCKS5 与认证参数示例
前端·网络·python·https·网络调试
念越44 分钟前
Python基础语法(一):变量、类型与程序控制流
开发语言·网络·python
2601_962284171 小时前
基于Apache Cassandra与Python的数据建模及ETL实践
python·nosql·etl·数据建模·apachecassandra
隐擎fox1 小时前
深入下一代 Web 协议风控:HTTP/2 帧结构解析与 Akamai/Cloudflare H2 指纹检测实战
python·网络协议·http·ip/tcp
计算机源码社1 小时前
【大数据项目实战】基于K-Means的科技公司裁员特征分群与规模信号挖掘系统 基于数据挖掘的科技企业裁员事件异常检测与可视化研究
大数据·python·数据挖掘·毕业设计·kmeans·课程设计·数据可视化