{"id":12155,"date":"2021-03-07T17:06:49","date_gmt":"2021-03-07T17:06:49","guid":{"rendered":"https:\/\/analystprep.com\/study-notes\/?p=12155"},"modified":"2024-04-02T14:56:47","modified_gmt":"2024-04-02T14:56:47","slug":"steps-data-analysis-project","status":"publish","type":"post","link":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/","title":{"rendered":"Steps in a Data Analysis Project"},"content":{"rendered":"<h3 id=\"mce_22\" class=\"editor-rich-text__tinymce mce-content-body\" data-is-placeholder-visible=\"false\">[vsw id=&#8221;ifHmwpgHWYY&#8221; source=&#8221;youtube&#8221; width=&#8221;611&#8243; height=&#8221;344&#8243; autoplay=&#8221;no&#8221;]<\/h3>\n<p>The term \u201cbig data\u201d refers to structured or unstructured data that is significant, fast, or complex, thus strenuous or even impossible to process using traditional methods. The incorporation of big data has prompt implications for building a machine learning model and financial forecasting.<\/p>\n<h2 data-tadv-p=\"keep\">Structured Data<\/h2>\n<p>The steps for building a machine learning model using structured (traditional) big data are as follows:<\/p>\n<p><em><strong>Step 1:<\/strong> Conceptualization of the modeling task. <\/em><\/p>\n<p>This step requires establishing the model output, how and who will use the model, and how the output will be planted in existing or new business.<\/p>\n<p><em><strong>Step 2:<\/strong> Data collection.<\/em><\/p>\n<p>Structured data can be obtained from both internal and external sources.<\/p>\n<p><em><strong>Step 3:<\/strong> Data preparation and wrangling.<\/em><\/p>\n<p>Cleansing and preprocessing of raw data takes place in this step. Cleansing involves resolving missing values or outliers, whereas preprocessing entails extracting, accumulating, filtering, and selecting relevant data columns.<\/p>\n<p><em><strong>Step 4:<\/strong> Data exploration.<\/em><\/p>\n<p>The data exploration step involves exploratory data analysis, selecting, and engineering features.<\/p>\n<p><em><strong>Step 5:<\/strong> Model training.<\/em><\/p>\n<p>The suitable machine learning approach is selected in this step. Moreover, the performance of the trained model is evaluated, and the model is tuned accordingly.<\/p>\n<p>These steps are repetitive since model building is an iterative process.<\/p>\n<h2 data-tadv-p=\"keep\">Unstructured Data<\/h2>\n<p>Building text ML models requires different steps since they incorporate unstructured data sources of big data. The differences in steps between the text model and traditional model account for the characteristics of big data: volume, velocity, variety, and veracity. Here, we focus on the variety and veracity attributes of big data as they are apparent in the text.<\/p>\n<p>Text ML model building steps are as follows:<\/p>\n<p><em><strong>Step 1:<\/strong> Text problem formulation.<\/em><\/p>\n<p>This step entails the formulate text classification problem and identifying the exact inputs and outputs for the model. Further, it is crucial to establish how the text ML model\u2019s classification output will be put to use.<\/p>\n<p><em><strong>Step 2:<\/strong> Text curation.<\/em><\/p>\n<p>Relevant text data is obtained from web pages through scraping or crawling programs.<\/p>\n<p><em><strong>Step 3:<\/strong> Text preparation and wrangling.<\/em><\/p>\n<p>This step entails cleansing and preprocessing tasks required for converting unstructured data into a format that is usable by traditional modeling methods designed for structured inputs.<\/p>\n<p><em><strong>Step 4:<\/strong> Text exploration.<\/em><\/p>\n<p>Here, text is visualized through methods such as word clouds. Additionally, it involves text feature selection and engineering<\/p>\n<p>Finally, the output can either be combined with other structured variables or used directly for forecasting and analysis.<\/p>\n<p>The following figure demonstrates the above steps of building a model for financial forecasting using structured (traditional) vs. unstructured (text) big data.<\/p>\n<h2><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-14922\" src=\"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg\" alt=\"Building a Model for Financial Forecasting\" width=\"1590\" height=\"1053\" srcset=\"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg 1590w, https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18-300x199.jpg 300w, https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18-1024x678.jpg 1024w, https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18-768x509.jpg 768w, https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18-1536x1017.jpg 1536w, https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18-400x265.jpg 400w\" sizes=\"auto, (max-width: 1590px) 100vw, 1590px\" \/>Question<\/h2>\n<blockquote>\n<p>Consider the following statements:<\/p>\n<p><strong>Statement 1: \u201c<\/strong><em>The second step in building text-based machine learning models is text preparation and wrangling. However, the second step in building machine learning models using structured data is data collection.&#8221;<\/em><\/p>\n<p><strong>Statement 2: \u201c<\/strong><em>The fourth step in building both types of models encompasses data\/text exploration.\u201d<\/em><\/p>\n<p>Which of the statements relating to the steps in building structured data-based and text-based machine learning models is (are) accurate?<\/p>\n<p>\u00a0 \u00a0 \u00a0 A. Only Statement 1.<\/p>\n<p>\u00a0 \u00a0 \u00a0 B. Only Statement 2.<\/p>\n<p>\u00a0 \u00a0 \u00a0 C. Both Statement 1 and Statement 2.<\/p>\n<h3>Solution<\/h3>\n<p><em><strong>The correct answer is B.<\/strong><\/em><\/p>\n<p>The five steps in building structured data-based machine learning models are:<\/p>\n<ol>\n<li>Conceptualization of the modeling task<\/li>\n<li>Data collection<\/li>\n<li>Data preparation and wrangling<\/li>\n<li>Data exploration<\/li>\n<li>Model training.<\/li>\n<\/ol>\n<p>The five steps in building text-based ML models are:<\/p>\n<ol>\n<li>Text problem formulation<\/li>\n<li>Data (text) curation<\/li>\n<li>Text preparation and wrangling<\/li>\n<li>Text exploration<\/li>\n<li>Model training.<\/li>\n<\/ol>\n<p>Statement 2 is correct since the fourth step in building both types of models involves data\/text exploration.<\/p>\n<p><em><strong>A and C are incorrect.<\/strong><\/em>\u00a0Text preparation and wrangling is the third step in building text ML models and occurs after the second data (text) curation step.<\/p>\n<\/blockquote>\n<p>Reading 7: Big Data Projects<\/p>\n<p><em>LOS 7 (a) Identify and explain steps in a data analysis project<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vsw id=&#8221;ifHmwpgHWYY&#8221; source=&#8221;youtube&#8221; width=&#8221;611&#8243; height=&#8221;344&#8243; autoplay=&#8221;no&#8221;] The term \u201cbig data\u201d refers to structured or unstructured data that is significant, fast, or complex, thus strenuous or even impossible to process using traditional methods. The incorporation of big data has prompt implications&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[102,229],"tags":[216,230,262],"class_list":["post-12155","post","type-post","status-publish","format-standard","hentry","category-cfa-level-2","category-quantitative-method","tag-cfa-level-2","tag-quantitative-method","tag-steps-in-a-data-analysis-project","blog-post","no-post-thumbnail","animate"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Steps in a Data Analysis Project - CFA, FRM, and Actuarial Exams Study Notes<\/title>\n<meta name=\"description\" content=\"Learn about the steps involved in building machine learning models using structured and unstructured data for financial forecasting.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Steps in a Data Analysis Project - CFA, FRM, and Actuarial Exams Study Notes\" \/>\n<meta property=\"og:description\" content=\"Learn about the steps involved in building machine learning models using structured and unstructured data for financial forecasting.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/\" \/>\n<meta property=\"og:site_name\" content=\"CFA, FRM, and Actuarial Exams Study Notes\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-07T17:06:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-02T14:56:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg\" \/>\n<meta name=\"author\" content=\"Irene R\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Irene R\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/\"},\"author\":{\"name\":\"Irene R\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/7002f30d8f174958802c1c30b167eaf5\"},\"headline\":\"Steps in a Data Analysis Project\",\"datePublished\":\"2021-03-07T17:06:49+00:00\",\"dateModified\":\"2024-04-02T14:56:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/\"},\"wordCount\":621,\"image\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/Img_18.jpg\",\"keywords\":[\"CFA-level-2\",\"Quantitative Method\",\"Steps in a Data Analysis Project\"],\"articleSection\":[\"CFA Level II Study Notes\",\"Quantitative Method\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/\",\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/\",\"name\":\"Steps in a Data Analysis Project - CFA, FRM, and Actuarial Exams Study Notes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/Img_18.jpg\",\"datePublished\":\"2021-03-07T17:06:49+00:00\",\"dateModified\":\"2024-04-02T14:56:47+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/7002f30d8f174958802c1c30b167eaf5\"},\"description\":\"Learn about the steps involved in building machine learning models using structured and unstructured data for financial forecasting.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/#primaryimage\",\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/Img_18.jpg\",\"contentUrl\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/Img_18.jpg\",\"width\":1590,\"height\":1053,\"caption\":\"Building a Model for Financial Forecasting\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/cfa-level-2\\\/quantitative-method\\\/steps-data-analysis-project\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Steps in a Data Analysis Project\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#website\",\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/\",\"name\":\"CFA, FRM, and Actuarial Exams Study Notes\",\"description\":\"Question Bank and Study Notes for the CFA, FRM, and Actuarial exams\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/#\\\/schema\\\/person\\\/7002f30d8f174958802c1c30b167eaf5\",\"name\":\"Irene R\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g\",\"caption\":\"Irene R\"},\"url\":\"https:\\\/\\\/analystprep.com\\\/study-notes\\\/author\\\/irene\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Steps in a Data Analysis Project - CFA, FRM, and Actuarial Exams Study Notes","description":"Learn about the steps involved in building machine learning models using structured and unstructured data for financial forecasting.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/","og_locale":"en_US","og_type":"article","og_title":"Steps in a Data Analysis Project - CFA, FRM, and Actuarial Exams Study Notes","og_description":"Learn about the steps involved in building machine learning models using structured and unstructured data for financial forecasting.","og_url":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/","og_site_name":"CFA, FRM, and Actuarial Exams Study Notes","article_published_time":"2021-03-07T17:06:49+00:00","article_modified_time":"2024-04-02T14:56:47+00:00","og_image":[{"url":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg","type":"","width":"","height":""}],"author":"Irene R","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Irene R","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/#article","isPartOf":{"@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/"},"author":{"name":"Irene R","@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/7002f30d8f174958802c1c30b167eaf5"},"headline":"Steps in a Data Analysis Project","datePublished":"2021-03-07T17:06:49+00:00","dateModified":"2024-04-02T14:56:47+00:00","mainEntityOfPage":{"@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/"},"wordCount":621,"image":{"@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/#primaryimage"},"thumbnailUrl":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg","keywords":["CFA-level-2","Quantitative Method","Steps in a Data Analysis Project"],"articleSection":["CFA Level II Study Notes","Quantitative Method"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/","url":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/","name":"Steps in a Data Analysis Project - CFA, FRM, and Actuarial Exams Study Notes","isPartOf":{"@id":"https:\/\/analystprep.com\/study-notes\/#website"},"primaryImageOfPage":{"@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/#primaryimage"},"image":{"@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/#primaryimage"},"thumbnailUrl":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg","datePublished":"2021-03-07T17:06:49+00:00","dateModified":"2024-04-02T14:56:47+00:00","author":{"@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/7002f30d8f174958802c1c30b167eaf5"},"description":"Learn about the steps involved in building machine learning models using structured and unstructured data for financial forecasting.","breadcrumb":{"@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/#primaryimage","url":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg","contentUrl":"https:\/\/analystprep.com\/study-notes\/wp-content\/uploads\/2021\/03\/Img_18.jpg","width":1590,"height":1053,"caption":"Building a Model for Financial Forecasting"},{"@type":"BreadcrumbList","@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/steps-data-analysis-project\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/analystprep.com\/study-notes\/"},{"@type":"ListItem","position":2,"name":"Steps in a Data Analysis Project"}]},{"@type":"WebSite","@id":"https:\/\/analystprep.com\/study-notes\/#website","url":"https:\/\/analystprep.com\/study-notes\/","name":"CFA, FRM, and Actuarial Exams Study Notes","description":"Question Bank and Study Notes for the CFA, FRM, and Actuarial exams","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/analystprep.com\/study-notes\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/7002f30d8f174958802c1c30b167eaf5","name":"Irene R","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g","caption":"Irene R"},"url":"https:\/\/analystprep.com\/study-notes\/author\/irene\/"}]}},"_links":{"self":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/12155","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/comments?post=12155"}],"version-history":[{"count":15,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/12155\/revisions"}],"predecessor-version":[{"id":29311,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/12155\/revisions\/29311"}],"wp:attachment":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/media?parent=12155"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/categories?post=12155"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/tags?post=12155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}