{"id":22001541,"url":"https://github.com/itzzmeakhi/ab-testing","last_synced_at":"2026-05-04T01:34:01.231Z","repository":{"id":120477569,"uuid":"141309151","full_name":"itzzmeakhi/AB-Testing","owner":"itzzmeakhi","description":"This project was done as a part of Udacity's Data Analyst Nanodegree program in which AB-Testing is performed for the users under treatment and control groups to predict whether changes should be done for an website or it is ideal to keep the existing one, based on the performance of old and new pages. Hypothesis testing, z-test, and Logistic Regression is performed to predict results.","archived":false,"fork":false,"pushed_at":"2018-12-26T07:51:51.000Z","size":5210,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-20T12:46:28.207Z","etag":null,"topics":["bootstrapping","hypothesis-testing","jupyter-notebook","matplotlib","numpy","pandas","python","statistics","z-test"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/itzzmeakhi.png","metadata":{"files":{"readme":"readme.txt","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":"2018-07-17T15:30:45.000Z","updated_at":"2018-12-26T07:51:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f4e624d-a580-4bd4-9e35-4f5d39e14022","html_url":"https://github.com/itzzmeakhi/AB-Testing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itzzmeakhi/AB-Testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzzmeakhi%2FAB-Testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzzmeakhi%2FAB-Testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzzmeakhi%2FAB-Testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzzmeakhi%2FAB-Testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itzzmeakhi","download_url":"https://codeload.github.com/itzzmeakhi/AB-Testing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzzmeakhi%2FAB-Testing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32591601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bootstrapping","hypothesis-testing","jupyter-notebook","matplotlib","numpy","pandas","python","statistics","z-test"],"created_at":"2024-11-29T23:14:07.867Z","updated_at":"2026-05-04T01:34:01.226Z","avatar_url":"https://github.com/itzzmeakhi.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":" I got an error like AttributeError: module 'scipy.stats' has no attribute 'chisqprob' while importing scipy.stats module.\n\n So, i ran through a google search to come over this.\n\n In the link that i have provided in References, chisqprob is deprecated and removed from the scipy from 1.0.0, so there mentioned to use 0.19.0 environment or add the following line at the time of importing the module.\n\nfrom scipy import stats\nstats.chisqprob = lambda chisq, df: stats.chi2.sf(chisq, df)\n\nSo, by adding this i get over this error occured.\n\nAnd when i have any doubt, i go through theexamples provided in the resources and videos of Udacity Nanodegree. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzzmeakhi%2Fab-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitzzmeakhi%2Fab-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzzmeakhi%2Fab-testing/lists"}