{"id":29989753,"url":"https://github.com/policyengine/statsmodels-sgd","last_synced_at":"2025-09-04T06:34:56.125Z","repository":{"id":260319410,"uuid":"870901802","full_name":"PolicyEngine/statsmodels-sgd","owner":"PolicyEngine","description":"Reimplementation of statsmodels using stochastic gradient descent","archived":false,"fork":false,"pushed_at":"2024-10-19T14:28:49.000Z","size":28,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-30T00:59:15.959Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/PolicyEngine.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-10-10T21:55:37.000Z","updated_at":"2024-10-26T20:28:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"25f7cac4-5c0d-4b4a-addc-5aea6cda7fa9","html_url":"https://github.com/PolicyEngine/statsmodels-sgd","commit_stats":null,"previous_names":["policyengine/statsmodels-sgd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PolicyEngine/statsmodels-sgd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolicyEngine%2Fstatsmodels-sgd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolicyEngine%2Fstatsmodels-sgd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolicyEngine%2Fstatsmodels-sgd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolicyEngine%2Fstatsmodels-sgd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PolicyEngine","download_url":"https://codeload.github.com/PolicyEngine/statsmodels-sgd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolicyEngine%2Fstatsmodels-sgd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273566804,"owners_count":25128629,"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-09-04T02:00:08.968Z","response_time":61,"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":[],"created_at":"2025-08-04T23:26:27.457Z","updated_at":"2025-09-04T06:34:56.100Z","avatar_url":"https://github.com/PolicyEngine.png","language":"Python","readme":"# statsmodels-sgd\n\nReimplementation of statsmodels using stochastic gradient descent\n\nUse just like statsmodels, but with stochastic gradient descent.\n\n## Installation\n\n```bash\npip install git+https://github.com/PolicyEngine/statsmodels-sgd.git\n```\n\n## Example\n\n```python\nimport statsmodels_sgd.api as sm_sgd\n\n# Fit OLS model\n\nmodel = sm_sgd.OLS(n_features=X.shape[1])\nmodel.fit(X, y)\n\n# Fit Logit model\n\nmodel = sm_sgd.Logit(n_features=X.shape[1])\nmodel.fit(X, y)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolicyengine%2Fstatsmodels-sgd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolicyengine%2Fstatsmodels-sgd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolicyengine%2Fstatsmodels-sgd/lists"}