{"id":10561,"date":"2022-05-18T16:37:40","date_gmt":"2022-05-18T11:07:40","guid":{"rendered":"https:\/\/copyassignment.com\/?p=10561"},"modified":"2023-02-06T13:44:18","modified_gmt":"2023-02-06T08:14:18","slug":"garment-factory-analysis-project-using-python","status":"publish","type":"post","link":"https:\/\/copyassignment.com\/garment-factory-analysis-project-using-python\/","title":{"rendered":"Garment Factory Analysis Project using Python"},"content":{"rendered":"\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Data Description for Garment Factory Analysis Project using Python<\/h2>\n\n\n\n<p>Our dataset belongs to the garment factory and workers focusing on their productivity.<br>We have considered \u201cNUMBER OF STYLE CHANGE\u201d column as a base column in each of our machine learning models. It has only categorical data in it.<br>Below is the description of dataset columns:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Date: This column of the dataframe has the date in MM-DD-YYYY<\/li>\n\n\n\n<li>Day: This column of the dataframe has the day of the Week<\/li>\n\n\n\n<li>Quarter: A portion of the month. A month was divided into four quarters<\/li>\n\n\n\n<li>Department: This column of the dataframe depicts the associated department with the instance<\/li>\n\n\n\n<li>Team_no: This column of the dataframe represents the Associated team number with the instance<\/li>\n\n\n\n<li>No_of_workers: This column of the dataframe represents the Number of workers in each team<\/li>\n\n\n\n<li>No_of_style_change: This column of the dataframe describes the Number of changes in the style of a<br>particular product<\/li>\n\n\n\n<li>Targeted_productivity: This column of the dataframe depicts the Targeted productivity set by the<br>Authority for each team for each day.<\/li>\n\n\n\n<li>Smv: This column of the dataframe depicts Standard Minute Value, it is the allocated time for a<br>task.<\/li>\n\n\n\n<li>Wip: This column of the dataframe depicts wip (Work in progress) which includes the number of<br>unfinished items for products<\/li>\n\n\n\n<li>Over_time: This column of the dataframe represents the amount of overtime by each team in<br>minutes.<\/li>\n\n\n\n<li>Incentive: This column of the dataframe represents the amount of financial incentive (in BDT)<br>that enables or motivates a particular course of action.<\/li>\n\n\n\n<li>Idle_time: This column of the dataframe depicted the amount of time when the production was<br>interrupted due to several reasons<\/li>\n\n\n\n<li>Idle_men: This column of the dataframe depicts the number of workers who were idle due to<br>production interruption<\/li>\n\n\n\n<li>Actual_productivity: This column of the dataframe depicts the actual % of productivity that the workers delivered. It ranges from 0-to 1<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/api.whatsapp.com\/send?phone=918218629990&amp;text=Hi%2C%20I%20need%20help%20with%20project%2Fassignment\"><img decoding=\"async\" width=\"1024\" height=\"128\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2023\/01\/Assignment-project-Help-for-website-1024x128.png\" alt=\"\" class=\"wp-image-24827 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2023\/01\/Assignment-project-Help-for-website-1024x128.png 1024w, https:\/\/copyassignment.com\/wp-content\/uploads\/2023\/01\/Assignment-project-Help-for-website-300x38.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2023\/01\/Assignment-project-Help-for-website-768x96.png 768w, https:\/\/copyassignment.com\/wp-content\/uploads\/2023\/01\/Assignment-project-Help-for-website-1026x128.png 1026w, https:\/\/copyassignment.com\/wp-content\/uploads\/2023\/01\/Assignment-project-Help-for-website-675x84.png 675w, https:\/\/copyassignment.com\/wp-content\/uploads\/2023\/01\/Assignment-project-Help-for-website.png 1200w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/128;\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">CODES:<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Garment Factory Analysis Project using Python<\/h3>\n\n\n\n<p>Let us have a look at code screenshots:<br>The first step is that import the required libraries that we want to use in the process. We are importing pandas, numpy, seaborn, matplotlib.<br>Here it is<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"836\" height=\"94\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/1.png\" alt=\"Garment Factory Analysis Project using Python\" class=\"wp-image-10564 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/1.png 836w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/1-300x34.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/1-768x86.png 768w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/1-675x76.png 675w\" data-sizes=\"(max-width: 836px) 100vw, 836px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 836px; --smush-placeholder-aspect-ratio: 836\/94;\" \/><\/figure>\n\n\n\n<p>In the above cell, we are importing the libraries. We have imported numpy, pandas.<br>We have used pd. read csv ( ) function to read the excel dataset.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"341\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/2-1024x341.png\" alt=\"output\" class=\"wp-image-10565 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/2-1024x341.png 1024w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/2-300x100.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/2-768x256.png 768w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/2-1536x512.png 1536w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/2-1026x342.png 1026w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/2-675x225.png 675w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/2.png 1849w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/341;\" \/><\/figure>\n\n\n\n<p>We are using the info ( ) function to print the data type and null count of each column<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"606\" height=\"545\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/3.png\" alt=\"\" class=\"wp-image-10566 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/3.png 606w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/3-300x270.png 300w\" data-sizes=\"(max-width: 606px) 100vw, 606px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 606px; --smush-placeholder-aspect-ratio: 606\/545;\" \/><\/figure>\n\n\n\n<p>We are using the shape ( ) function to print the number of rows and columns in the dataset<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"762\" height=\"121\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/4.png\" alt=\"program\" class=\"wp-image-10567 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/4.png 762w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/4-300x48.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/4-675x107.png 675w\" data-sizes=\"(max-width: 762px) 100vw, 762px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 762px; --smush-placeholder-aspect-ratio: 762\/121;\" \/><\/figure>\n\n\n\n<p>We have used describe ( ) function to print the basic statistical values of all data columns that are numeric<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"251\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/5-1024x251.png\" alt=\"output\" class=\"wp-image-10569 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/5-1024x251.png 1024w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/5-300x73.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/5-768x188.png 768w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/5-1536x376.png 1536w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/5-1026x251.png 1026w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/5-675x165.png 675w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/5.png 1731w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/251;\" \/><\/figure>\n\n\n\n<p>Afterwards, we have used isnull( ) function followed by sum( ) to find the number of null values in each column.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"377\" height=\"429\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/6.png\" alt=\"program and output\" class=\"wp-image-10570 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/6.png 377w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/6-264x300.png 264w\" data-sizes=\"(max-width: 377px) 100vw, 377px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 377px; --smush-placeholder-aspect-ratio: 377\/429;\" \/><\/figure>\n\n\n\n<p>Here, our exploratory data analysis and data cleaning end. Next, we have started with data visualization techniques.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">DATA VISUALISATION<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"731\" height=\"116\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/7.png\" alt=\"data visualization\" class=\"wp-image-10571 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/7.png 731w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/7-300x48.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/7-675x107.png 675w\" data-sizes=\"(max-width: 731px) 100vw, 731px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 731px; --smush-placeholder-aspect-ratio: 731\/116;\" \/><\/figure>\n\n\n\n<p>First of all, we are importing seaborn and matplotlib for data visualization.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"690\" height=\"550\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/8.png\" alt=\"output Garment Factory Analysis Project using Python, Garment Factory, data analysis\" class=\"wp-image-10572 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/8.png 690w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/8-300x239.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/8-675x538.png 675w\" data-sizes=\"(max-width: 690px) 100vw, 690px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 690px; --smush-placeholder-aspect-ratio: 690\/550;\" \/><\/figure>\n\n\n\n<p>In the above screenshot, we have plotted a heat map using the seaborn library for df.corr ( ).<br>Then, we have plotted a bar plot depicting the incentives for all the departments.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"837\" height=\"451\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/9.png\" alt=\"bar plot\" class=\"wp-image-10573 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/9.png 837w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/9-300x162.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/9-768x414.png 768w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/9-675x364.png 675w\" data-sizes=\"(max-width: 837px) 100vw, 837px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 837px; --smush-placeholder-aspect-ratio: 837\/451;\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Garment Factory Analysis Project with Data Science and Ml using Python<\/h2>\n\n\n\n<p>We have presented a box plot for all the numeric columns present in our dataset for Garment Factory Analysis Project using Python<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"841\" height=\"686\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/10.png\" alt=\"box plot\" class=\"wp-image-10574 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/10.png 841w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/10-300x245.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/10-768x626.png 768w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/10-675x551.png 675w\" data-sizes=\"(max-width: 841px) 100vw, 841px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 841px; --smush-placeholder-aspect-ratio: 841\/686;\" \/><\/figure>\n\n\n\n<p>We have also presented the count of departments for each quarter. We have differentiated them using different colors for our ML Analysis Project using Python<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"827\" height=\"509\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/11.png\" alt=\"bar chart graph\" class=\"wp-image-10575 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/11.png 827w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/11-300x185.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/11-768x473.png 768w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/11-675x415.png 675w\" data-sizes=\"(max-width: 827px) 100vw, 827px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 827px; --smush-placeholder-aspect-ratio: 827\/509;\" \/><\/figure>\n\n\n\n<p>We have plotted a pie chart showing the number of records in each department.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"632\" height=\"386\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/12.png\" alt=\"pie chart , ds, data science, ml project, analysis\" class=\"wp-image-10576 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/12.png 632w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/12-300x183.png 300w\" data-sizes=\"(max-width: 632px) 100vw, 632px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 632px; --smush-placeholder-aspect-ratio: 632\/386;\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">MACHINE LEARNING MODELS used in this ML and Data Science Project<\/h2>\n\n\n\n<p>Firstly, we need to prepare the dataset for training and testing the models.<br>We are dropping irrelevant columns. For example, date.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"554\" height=\"91\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/13.png\" alt=\"drop MACHINE LEARNING MODELS used in this ML and Data Science Project\" class=\"wp-image-10577 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/13.png 554w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/13-300x49.png 300w\" data-sizes=\"(max-width: 554px) 100vw, 554px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 554px; --smush-placeholder-aspect-ratio: 554\/91;\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"971\" height=\"131\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/14.png\" alt=\"import preprocessing\" class=\"wp-image-10578 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/14.png 971w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/14-300x40.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/14-768x104.png 768w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/14-675x91.png 675w\" data-sizes=\"(max-width: 971px) 100vw, 971px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 971px; --smush-placeholder-aspect-ratio: 971\/131;\" \/><\/figure>\n\n\n\n<p>We would need categorial data for training the models of machine learning.<\/p>\n\n\n\n<p>We have used \u201cprocessing . Label Encoder ( )\u201d to convert strings to numbers. We are using for loop to iterate over the dataset.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"440\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/15-1-1024x440.png\" alt=\"label encoder\" class=\"wp-image-10582 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/15-1-1024x440.png 1024w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/15-1-300x129.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/15-1-768x330.png 768w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/15-1-1026x441.png 1026w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/15-1-675x290.png 675w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/15-1.png 1532w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/440;\" \/><\/figure>\n\n\n\n<p>We have pasted the screenshot of the data frame that we have obtained after label encoding. We can see that we only have numerical values in our data frame now.<br>We are then importing the libraries for machine learning<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"941\" height=\"95\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/16-1.png\" alt=\"import others\" class=\"wp-image-10583 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/16-1.png 941w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/16-1-300x30.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/16-1-768x78.png 768w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/16-1-675x68.png 675w\" data-sizes=\"(max-width: 941px) 100vw, 941px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 941px; --smush-placeholder-aspect-ratio: 941\/95;\" \/><\/figure>\n\n\n\n<p>We have imported the test train split, classification report, confusion matrix, and an accuracy score.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"840\" height=\"111\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/17-1.png\" alt=\"divide data as train and test ml, machine learning, ai, artificial intelligence\" class=\"wp-image-10584 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/17-1.png 840w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/17-1-300x40.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/17-1-768x101.png 768w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/17-1-675x89.png 675w\" data-sizes=\"(max-width: 840px) 100vw, 840px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 840px; --smush-placeholder-aspect-ratio: 840\/111;\" \/><\/figure>\n\n\n\n<p>We are choosing NUMBER OF STYLE CHANGE as the target variable. We have to store the values of NUMBER OF STYLE CHANGE in Y and the remaining dataframe values in X. We are splitting the dataset as train and test data in the ratio of 80: 20 which means that 80 % of data is train data and 20 % data in test data<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">MODEL 1: RANDOM FOREST CLASSIFIER<\/h3>\n\n\n\n<p>We are importing the machine learning model, Random Forest Classifier from sklearn.ensemble.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"828\" height=\"71\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/18.png\" alt=\"sklearn.ensemble import\" class=\"wp-image-10585 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/18.png 828w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/18-300x26.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/18-768x66.png 768w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/18-675x58.png 675w\" data-sizes=\"(max-width: 828px) 100vw, 828px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 828px; --smush-placeholder-aspect-ratio: 828\/71;\" \/><\/figure>\n\n\n\n<p>Next, we are passing 600 estimators for the random forest classifier.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"827\" height=\"69\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/19.png\" alt=\"rfc object creation\" class=\"wp-image-10586 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/19.png 827w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/19-300x25.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/19-768x64.png 768w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/19-675x56.png 675w\" data-sizes=\"(max-width: 827px) 100vw, 827px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 827px; --smush-placeholder-aspect-ratio: 827\/69;\" \/><\/figure>\n\n\n\n<p>We have used the fit ( ) method to train the model by passing training data into it. Afterward, we used the predict ( ) method to find the accuracy of the model.<br>We have used x_test, x_train, y_test, and y_train that we have obtained after label encoding<br>in the first step of Garment Factory Analysis Project using Python<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"802\" height=\"163\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/20.png\" alt=\"fit rfc\" class=\"wp-image-10587 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/20.png 802w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/20-300x61.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/20-768x156.png 768w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/20-675x137.png 675w\" data-sizes=\"(max-width: 802px) 100vw, 802px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 802px; --smush-placeholder-aspect-ratio: 802\/163;\" \/><\/figure>\n\n\n\n<p>Our machine learning model has an accuracy score of 95.42%. It is accurate to conclude that our model is capable of predicting the target variable with a higher rate of accuracy.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"748\" height=\"576\" data-src=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/21.png\" alt=\"final year project, python\" class=\"wp-image-10588 lazyload\" data-srcset=\"https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/21.png 748w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/21-300x231.png 300w, https:\/\/copyassignment.com\/wp-content\/uploads\/2022\/05\/21-675x520.png 675w\" data-sizes=\"(max-width: 748px) 100vw, 748px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 748px; --smush-placeholder-aspect-ratio: 748\/576;\" \/><\/figure>\n\n\n\n<p>In the screenshot presented above, we have presented the confusion matrix.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p><strong>Also Read:<\/strong><\/p>\n\n\n<ul class=\"wp-block-latest-posts__list is-grid columns-3 wp-block-latest-posts\"><li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/download-1000-projects-all-b-tech-programming-notes-job-resume-interview-guide-and-more-get-your-ultimate-programming-bundle\/\">Download 1000+ Projects, All B.Tech &#038; Programming Notes, Job, Resume &#038; Interview Guide, and More &#8211; Get Your Ultimate Programming Bundle!<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/flower-classification-using-cnn\/\">Flower classification using CNN<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/music-recommendation-system-in-machine-learning\/\">Music Recommendation System in Machine Learning<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/100-java-projects-for-beginners-2023\/\">100+ Java Projects for Beginners 2023<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/courier-tracking-system-in-html-css-and-js\/\">Courier Tracking System in HTML CSS and JS<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/test-typing-speed-using-python-app\/\">Test Typing Speed using Python App<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/top-15-machine-learning-projects-in-python-with-source-code\/\">Top 15 Machine Learning Projects in Python with source code<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/top-15-java-projects-for-resume\/\">Top 15 Java Projects For Resume<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/top-10-java-projects-with-source-code\/\">Top 10 Java Projects with source code<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/top-100-python-projects-with-source-code\/\">Best 100+ Python Projects with source code<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/gender-recognition-by-voice-using-python\/\">Gender Recognition by Voice using Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/top-15-python-libraries-for-data-science-in-2022\/\">Top 15 Python Libraries For Data Science in 2022<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/top-15-python-libraries-for-machine-learning-in-2022\/\">Top 15 Python Libraries For Machine Learning\u00a0in 2022<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/drawing-application-in-python-tkinter\/\">Drawing Application in Python Tkinter<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/top-10-final-year-projects-for-computer-science-students\/\">Top 10 Final Year Projects for Computer Science Students<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/machine-learning-in-visual-studio-code\/\">Setup and Run Machine Learning in Visual Studio Code<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/diabetes-prediction-using-machine-learning\/\">Diabetes prediction using Machine Learning<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/library-management-system-project-in-java\/\">Library Management System Project in Java<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/bank-management-system-project-in-java\/\">Bank Management System Project in Java<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/cs-class-12th-python-projects\/\">CS Class 12th Python Projects<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/15-deep-learning-projects-for-final-year\/\">15 Deep Learning Projects for Final year<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/machine-learning-scenario-based-questions\/\">Machine Learning Scenario-Based Questions<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/customer-behaviour-analysis-machine-learning-and-python\/\">Customer Behaviour Analysis &#8211; Machine Learning and Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/nxnxn-matrix-in-python-3\/\">NxNxN Matrix in Python 3<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/3-vs-of-big-data\/\">3 V&#8217;s of Big data<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/naive-bayes-in-machine-learning\/\">Naive Bayes in Machine Learning<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/top-10-python-projects-for-final-year\/\">Top 10 Python Projects for Final year Students<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/automate-data-mining-with-python\/\">Automate Data Mining With Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/support-vector-machine-svm-in-machine-learning\/\">Support Vector Machine(SVM) in Machine Learning<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/python-oop-projects-source-code-and-example\/\">Python OOP Projects | Source code and example<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/convert-ipynb-to-python\/\">Convert ipynb to Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/data-science-projects-for-final-year\/\">Data Science Projects for Final Year<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/multiclass-classification-in-machine-learning\/\">Multiclass Classification in Machine Learning<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/movie-recommendation-system-with-streamlit-and-python-ml\/\">Movie Recommendation System: with Streamlit and Python-ML<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/getting-started-with-seaborn-install-import-and-usage\/\">Getting Started with Seaborn: Install, Import, and Usage<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/list-of-machine-learning-algorithms\/\">List of Machine Learning Algorithms<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/recommendation-engine-in-machine-learning\/\">Recommendation engine in Machine Learning<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/machine-learning-projects-for-final-year\/\">Machine Learning Projects for Final Year<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/ml-systems\/\">ML Systems<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/python-derivative-calculator\/\">Python Derivative Calculator<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/mathematics-for-machine-learning\/\">Mathematics for Machine Learning<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/inventory-management-system-project-in-python\/\">Inventory Management System Project in python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/courier-management-system-project-in-python\/\">Courier Management System project in Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/data-science-homework-help-get-the-assistance-you-need\/\">Data Science Homework Help &#8211; Get The Assistance You Need<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/how-to-ace-your-machine-learning-assignment-a-guide-for-beginners\/\">How to Ace Your Machine Learning Assignment &#8211; A Guide for Beginners<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/contact-management-system-project-in-python\/\">Contact Management System Project in Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/top-10-resources-to-find-machine-learning-datasets-in-2022\/\">Top 10 Resources to Find Machine Learning Datasets in 2022<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/reinforcement-learning-in-python\/\">Reinforcement learning in Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/python-sqlite-tutorial\/\">Python SQLite Tutorial<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/student-management-system-project-in-python\/\">Student Management System Project in Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/face-recognition-python\/\">Face recognition Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/20-python-projects-for-resume\/\">20 Python Projects for Resume<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/restaurant-management-system-project-in-python\/\">Restaurant management system project in Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/employee-management-system-project-in-python\/\">Employee Management System Project in Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/bank-management-system-project-in-python\/\">Bank Management System Project in Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/hate-speech-detection\/\">Hate speech detection with Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/hospital-management-system-project-in-python\/\">Hospital Management System Project in Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/attendance-management-system-project-using-python\/\">Attendance Management System Project in Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/mnist-handwritten-digit-classification-using-deep-learning\/\">MNIST\u00a0Handwritten\u00a0Digit\u00a0Classification\u00a0using\u00a0Deep\u00a0Learning<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/stock-price-prediction-using-machine-learning-python\/\">Stock Price Prediction using Machine Learning<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/control-mouse-with-hand-gestures-detection-python\/\">Control Mouse with hand gestures detection python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/create-a-vehicle-parking-management-in-python\/\">Create a Vehicle Parking Management Project in Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/build-your-own-map-flight-tracking-application-with-python\/\">Build Your Own Map Flight Tracking Application with Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/traffic-signal-violation-detection-system-using-computer-vision\/\">Traffic Signal Violation Detection System using Computer Vision<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/deepfake-detection-project-using-deep-learning\/\">Deepfake Detection Project Using Deep-Learning<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/employment-trends-of-private-government-sector-in-uae-data-analysis\/\">Employment Trends Of Private &#038; Government Sector in UAE | Data Analysis<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/pokemon-analysis-project-in-ml-and-data-science-using-python\/\">Pokemon Analysis Project in ML and Data Science using Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/garment-factory-analysis-project-using-python\/\">Garment Factory Analysis Project using Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/pong-game-using-python-turtle\/\">Creating a Pong Game using Python Turtle<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/deploy-machine-learning-model-using-streamlit\/\">Deploy Machine Learning model using Streamlit<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/breast-cancer-detection-machine-learning\/\">Breast Cancer Detection &#8211; Machine Learning<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/8-steps-to-build-a-machine-learning-model\/\">8 Steps to Build a Machine Learning Model<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/detect-eyes-and-detect-faces-in-python-and-opencv\/\">Detect Eyes and Detect Faces in Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/user-authentication-system-in-django-python\/\">User Authentication System in Django Python<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/developing-a-blog-website-in-django-part-2\/\">Django Framework | Developing a Blog website in Django (Tutorial) Part 2<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/customer-segmentation-using-python-in-machine-learning\/\">Customer Segmentation using Python in Machine Learning<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/titanic-survival-prediction-machine-learning-project-part-2\/\">Titanic Survival Prediction &#8211; Machine Learning Project (Part-2)<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/titanic-survival-prediction-machine-learning\/\">Titanic Survival Prediction &#8211; Machine Learning Project (Part-1)<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/random-forest-machine-learning\/\">Random Forest in ML: Wisdom of the Crowd<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/k-nearest-neighbors-machine-learning\/\">K Nearest Neighbours|KNN: One of the Earliest ML Algorithm<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/3d-animation-in-python-vpython\/\">3D animation in Python: vpython<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/complete-racing-game-in-python-using-pygame\/\">Complete Racing Game In Python Using PyGame<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/decision-tree-machine-learning\/\">Decision Tree: Foundation of Powerful ML Algorithms<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/logistic-regression-machine-learning\/\">Logistic Regression: Regression Model for Classification<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/gradient-descent-linear-regression\/\">Gradient Descent: Another Approach to Linear Regression<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/linear-regression-machine-learning\/\">Linear Regression: Your 1st Step in Machine Learning<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/set-up-python-environment\/\">Set up Python Environment<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/seaborn-create-elegant-plots\/\">Seaborn: Create Elegant Plots<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/matplotlib-python-a-beginners-walkthrough\/\">Matplotlib Python: A Beginner&#8217;s Walkthrough<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/python-pandas-tutorial-complete-introduction\/\">Python Pandas Tutorial: A Complete Introduction for Beginners<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/numpy-for-machine-learning-a-complete-guide\/\">Numpy For Machine Learning: A Complete Guide<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/jupyter-notebook-the-ultimate-guide\/\">Jupyter Notebook: The Ultimate Guide<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/ml-environment-setup-and-overview\/\">ML Environment Setup and Overview<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/machine-learning-course-description\/\">Machine Learning Course Description<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/machine-learning-a-gentle-introduction\/\">Machine Learning: A Gentle Introduction<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/copyassignment.com\/python-assignment-help-online-python-help\/\">Python Assignment Help Online| Python Homework Help<\/a><\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"<p>Data Description for Garment Factory Analysis Project using Python Our dataset belongs to the garment factory and workers focusing on their productivity.We have considered \u201cNUMBER&#8230;<\/p>\n","protected":false},"author":1,"featured_media":10690,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,1474,1475,1137,1476,1403],"tags":[1478,1479,1477,1119,1392],"class_list":["post-10561","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-allcategorites","category-assignment","category-final-year-project","category-machine-learning","category-ml-ai-ds-project","category-python-projects","tag-ai","tag-ds","tag-garment-factory-analysis-project-using-python","tag-ml","tag-projects","wpcat-22-id","wpcat-1474-id","wpcat-1475-id","wpcat-1137-id","wpcat-1476-id","wpcat-1403-id"],"_links":{"self":[{"href":"https:\/\/copyassignment.com\/wp-json\/wp\/v2\/posts\/10561","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/copyassignment.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/copyassignment.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/copyassignment.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/copyassignment.com\/wp-json\/wp\/v2\/comments?post=10561"}],"version-history":[{"count":0,"href":"https:\/\/copyassignment.com\/wp-json\/wp\/v2\/posts\/10561\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/copyassignment.com\/wp-json\/wp\/v2\/media\/10690"}],"wp:attachment":[{"href":"https:\/\/copyassignment.com\/wp-json\/wp\/v2\/media?parent=10561"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/copyassignment.com\/wp-json\/wp\/v2\/categories?post=10561"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/copyassignment.com\/wp-json\/wp\/v2\/tags?post=10561"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}