File size: 689 Bytes
1233b1b
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "batterymhm",
  "version": "1.0.0",
  "task": "tabular-regression",
  "license": "cc-by-nc-4.0",
  "author": "William T. L. Miller",
  "description": "The Miller Harmonic Method (MHM) — a harmonic-feature descriptor and ensemble architecture for battery state-of-health and materials formation-energy prediction. No trained weights distributed; method patent pending.",
  "repository": "https://huggingface.co/williamTLmiller/batterymhm",
  "package": {
    "install": "pip install huggingface_hub && huggingface-cli download williamTLmiller/batterymhm --local-dir ./batterymhm",
    "wheel": "batterymhm-1.0.0-py3-none-any.whl",
    "sdist": "batterymhm-1.0.0.tar.gz"
  }
}