{"id":26052573,"url":"https://github.com/patilsukanya/assignment-06.-logistic-regression","last_synced_at":"2025-10-05T22:56:30.334Z","repository":{"id":139454211,"uuid":"537778736","full_name":"PatilSukanya/Assignment-06.-Logistic-Regression","owner":"PatilSukanya","description":"Used libraries and functions as follows:","archived":false,"fork":false,"pushed_at":"2022-09-17T10:54:47.000Z","size":700,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T03:29:41.525Z","etag":null,"topics":["classifier","concatination","confusion-matrix","eda","linear-models","logistic-regression","logistic-regression-algorithm","logit-model","matplotlib-pyplot","numpy","one-hot-encoding","pandas","python","roc-auc-score","roc-curve","seaborn"],"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/PatilSukanya.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":"2022-09-17T10:50:53.000Z","updated_at":"2022-09-17T10:58:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"fed94f4d-5c31-4bbc-8fe9-21caad858662","html_url":"https://github.com/PatilSukanya/Assignment-06.-Logistic-Regression","commit_stats":null,"previous_names":["patilsukanya/assignment-06.-logistic-regression"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PatilSukanya/Assignment-06.-Logistic-Regression","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatilSukanya%2FAssignment-06.-Logistic-Regression","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatilSukanya%2FAssignment-06.-Logistic-Regression/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatilSukanya%2FAssignment-06.-Logistic-Regression/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatilSukanya%2FAssignment-06.-Logistic-Regression/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PatilSukanya","download_url":"https://codeload.github.com/PatilSukanya/Assignment-06.-Logistic-Regression/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatilSukanya%2FAssignment-06.-Logistic-Regression/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278532354,"owners_count":26002346,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["classifier","concatination","confusion-matrix","eda","linear-models","logistic-regression","logistic-regression-algorithm","logit-model","matplotlib-pyplot","numpy","one-hot-encoding","pandas","python","roc-auc-score","roc-curve","seaborn"],"created_at":"2025-03-08T06:41:06.859Z","updated_at":"2025-10-05T22:56:30.300Z","avatar_url":"https://github.com/PatilSukanya.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Assignment-06.-Logistic-Regression\n\nOutput variable -\u003e y\n\ny -\u003e Whether the client has subscribed a term deposit or not Binomial (\"yes\" or \"no\")\n\nAttribute information For bank dataset\n\nInput variables:\n\n## Bank Client Data:\n\n1 - age (numeric)\n\n2 - job : type of job (categorical: \"admin.\",\"unknown\",\"unemployed\",\"management\",\"housemaid\",\"entrepreneur\",\"student\", \"blue-collar\",\"self-employed\",\"retired\",\"technician\",\"services\")\n\n3 - marital : marital status (categorical: \"married\",\"divorced\",\"single\"; note: \"divorced\" means divorced or widowed)\n\n4 - education (categorical: \"unknown\",\"secondary\",\"primary\",\"tertiary\")\n\n5 - default: has credit in default? (binary: \"yes\",\"no\")\n\n6 - balance: average yearly balance, in euros (numeric)\n\n7 - housing: has housing loan? (binary: \"yes\",\"no\")\n\n8 - loan: has personal loan? (binary: \"yes\",\"no\")\n\n## related with the last contact of the current campaign:\n9 - contact: contact communication type (categorical: \"unknown\",\"telephone\",\"cellular\")\n\n10 - day: last contact day of the month (numeric)\n\n11 - month: last contact month of year (categorical: \"jan\", \"feb\", \"mar\", ..., \"nov\", \"dec\")\n\n12 - duration: last contact duration, in seconds (numeric)\n\n## other attributes:\n13 - campaign: number of contacts performed during this campaign and for this client (numeric, includes last contact)\n\n14 - pdays: number of days that passed by after the client was last contacted from a previous campaign (numeric, -1 means client was not previously contacted)\n\n15 - previous: number of contacts performed before this campaign and for this client (numeric)\n\n16 - poutcome: outcome of the previous marketing campaign (categorical: \"unknown\",\"other\",\"failure\",\"success\") Output variable (desired target):\n\n17 - y - has the client subscribed a term deposit? (binary: \"yes\",\"no\")\n\n18 - Missing Attribute Values: None\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilsukanya%2Fassignment-06.-logistic-regression","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatilsukanya%2Fassignment-06.-logistic-regression","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilsukanya%2Fassignment-06.-logistic-regression/lists"}