Skip to content

Commit 776b6f4

Browse files
committed
Initial commit of the fisher-scoring package
1 parent 9f753d6 commit 776b6f4

7 files changed

Lines changed: 15 additions & 2 deletions
628 Bytes
Binary file not shown.

dist/fisher_scoring-0.1.0.tar.gz

780 Bytes
Binary file not shown.

pyproject.toml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
[tool.poetry]
22
name = "fisher-scoring"
33
version = "0.1.0"
4-
description = "Fisher Scoring Logistic Regression Suite"
5-
authors = ["xRiskLab <contact@xrisklab.ai>"]
4+
description = "A Python implementation of the Fisher Scoring algorithm for logistic regression, multinomial regression, and focal loss regression."
5+
authors = ["xRiskLab <your-email@example.com>"]
66
license = "MIT"
77
readme = "README.md"
8+
homepage = "https://github.com/xRiskLab/fisher-scoring"
9+
repository = "https://github.com/xRiskLab/fisher-scoring"
10+
keywords = ["fisher scoring", "logistic regression", "focal loss", "multinomial regression"]
11+
classifiers = [
12+
"Development Status :: 4 - Beta",
13+
"Intended Audience :: Developers",
14+
"Intended Audience :: Science/Research",
15+
"License :: OSI Approved :: MIT License",
16+
"Programming Language :: Python :: 3",
17+
"Programming Language :: Python :: 3.10",
18+
"Programming Language :: Python :: 3.11",
19+
"Topic :: Scientific/Engineering :: Artificial Intelligence"
20+
]
821
packages = [
922
{ include = "fisher_scoring", from = "src" }
1023
]

src/fisher_scoring/.DS_Store

6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)