{"id":22959960,"url":"https://github.com/oscartma/customer-segmentation","last_synced_at":"2025-04-02T02:40:58.140Z","repository":{"id":262802891,"uuid":"888403306","full_name":"OscarTMa/Customer-Segmentation","owner":"OscarTMa","description":"Le clustering consiste à regrouper les données en clusters, où les objets d'un même groupe sont plus similaires entre eux qu'avec ceux des autres groupes.","archived":false,"fork":false,"pushed_at":"2024-11-14T12:25:11.000Z","size":422,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T17:37:23.894Z","etag":null,"topics":["clustering-methods","dbscan","k-means","pca"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OscarTMa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-14T10:41:05.000Z","updated_at":"2024-11-14T12:47:01.000Z","dependencies_parsed_at":"2024-11-14T11:33:41.254Z","dependency_job_id":"a039438e-26d4-4b76-a8a5-5eb095b87d84","html_url":"https://github.com/OscarTMa/Customer-Segmentation","commit_stats":null,"previous_names":["oscartma/customer-segmentation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OscarTMa%2FCustomer-Segmentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OscarTMa%2FCustomer-Segmentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OscarTMa%2FCustomer-Segmentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OscarTMa%2FCustomer-Segmentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OscarTMa","download_url":"https://codeload.github.com/OscarTMa/Customer-Segmentation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246746550,"owners_count":20827060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clustering-methods","dbscan","k-means","pca"],"created_at":"2024-12-14T18:29:43.968Z","updated_at":"2025-04-02T02:40:58.122Z","avatar_url":"https://github.com/OscarTMa.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Customer Segmentation Project\n\n## Table of Contents\n1. [Description](#description)\n2. [Installation](#installation)\n3. [Usage](#usage)\n4. [Project Structure](#project-structure)\n5. [Contributing](#contributing)\n6. [License](#license)\n7. [Authors](#authors)\n\n## Description\nThis project explores customer segmentation through clustering and dimensionality reduction, leveraging machine learning techniques to identify unique customer groups. Customer segmentation is critical for businesses to understand their customer base and tailor their marketing and product strategies accordingly.\n\n- Clustering\nClustering is an unsupervised learning technique used to group data points based on similarity. In this project, we apply clustering algorithms to group customers with similar purchasing behaviors, preferences, or demographics. Each cluster represents a distinct customer profile, which can then be used to drive targeted actions. Common clustering algorithms include K-means, which seeks to minimize within-cluster variance, and DBSCAN, which focuses on density-based clusters to identify groups and outliers.\n\n- Dimensionality Reduction\nDimensionality reduction simplifies high-dimensional datasets by reducing the number of features while preserving as much meaningful information as possible. This process is essential for enhancing data interpretability, reducing computation time, and improving model performance in some cases. We use techniques like Principal Component Analysis (PCA) to condense data into principal components, capturing the variance of the original features. Dimensionality reduction also aids in visualizing clusters, allowing us to see the natural groupings of customers more clearly.\n\nThrough this project, we aim to demonstrate the application of these methods to create insightful customer segments, ultimately supporting data-driven business decisions.\n\n## Installation\nTo set up the environment, you can use the requirements file:\n``bash\npip install -r requirements.txt\n\n## Project Structure\n\nCustomer-Segmentation/                                                             \n├── README.md                                                             \n├── notebook/                                                             \n│   └── customer_segmentation.ipynb                                                             \n├── data/                                                             \n│   ├── train.csv                                                             \n│   └── test.csv                                                             \n└── requirements.txt\n\n## Contributing\nContributions are welcome! Please open an issue or submit a pull request.\n\n## License\nThis project is licensed under the MIT License.\n\n## Authors\nOscar Tibaduiza (oscartibaduiza@hotmail.com)\n       \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foscartma%2Fcustomer-segmentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foscartma%2Fcustomer-segmentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foscartma%2Fcustomer-segmentation/lists"}