{"id":19924578,"url":"https://github.com/mladen/ds-ml-and-ai-experiments","last_synced_at":"2026-06-09T08:31:11.196Z","repository":{"id":243134926,"uuid":"811571694","full_name":"mladen/ds-ml-and-ai-experiments","owner":"mladen","description":":1234: My Data Science, Machine learning and Artificial Intelligence experiments and projects","archived":false,"fork":false,"pushed_at":"2024-06-06T21:32:51.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T10:26:52.080Z","etag":null,"topics":["data","data-mining","data-science","datascience","dataset"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mladen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-06T21:27:32.000Z","updated_at":"2024-06-06T22:10:56.000Z","dependencies_parsed_at":"2024-06-06T23:07:38.466Z","dependency_job_id":null,"html_url":"https://github.com/mladen/ds-ml-and-ai-experiments","commit_stats":null,"previous_names":["mladen/ds-ml-and-ai-experiments"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mladen/ds-ml-and-ai-experiments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mladen%2Fds-ml-and-ai-experiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mladen%2Fds-ml-and-ai-experiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mladen%2Fds-ml-and-ai-experiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mladen%2Fds-ml-and-ai-experiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mladen","download_url":"https://codeload.github.com/mladen/ds-ml-and-ai-experiments/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mladen%2Fds-ml-and-ai-experiments/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34098799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["data","data-mining","data-science","datascience","dataset"],"created_at":"2024-11-12T22:18:07.082Z","updated_at":"2026-06-09T08:31:11.179Z","avatar_url":"https://github.com/mladen.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Data Science, Machine learning and Artificial Intelligence Projects\n\nThe following steps are a guide to start a data science project:\n\n1. Import the data\n2. Clean the data\n3. Split the data. Training Set/Test Set\n4. Create a Model\n5. Check the output\n6. Improve\n\n## Setting up the environment\n\nSetting up the virtual environment is a good practice to avoid conflicts between libraries. To create a virtual environment, run the following command:\n\n```bash\npython3 -m venv venv\n```\n\nTo activate the virtual environment, run the following command:\n\n```bash\nsource venv/bin/activate\n```\n\nTo install the required libraries, run the following command:\n\n```bash\npip install -r requirements.txt\n```\n\nTo deactivate the virtual environment, run the following command:\n\n```bash\ndeactivate\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmladen%2Fds-ml-and-ai-experiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmladen%2Fds-ml-and-ai-experiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmladen%2Fds-ml-and-ai-experiments/lists"}