mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-24 04:19:06 -08:00
Update data.json: Fixed PyMC entry format in data.json as per guidelines
- Removed unnecessary blank lines. - Updated PyMC entry to match the required JSON structure. - Changed field names: - "desc" → "description" - "url" → "link" - "tags" → "technologies" - "beginner-friendly-label" → "label" - Ensured proper formatting and alignment.
This commit is contained in:
13
data.json
13
data.json
@@ -1292,13 +1292,16 @@
|
|||||||
],
|
],
|
||||||
"description": "The free and open-source wiki software package that powers Wikipedia."
|
"description": "The free and open-source wiki software package that powers Wikipedia."
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "PyMC",
|
"name": "PyMC",
|
||||||
"desc": "A Python library for Bayesian statistical modeling and probabilistic machine learning. Beginner-friendly with 'good first issue' labels.",
|
"link": "https://github.com/pymc-devs/pymc",
|
||||||
"url": "https://github.com/pymc-devs/pymc",
|
"label": "beginner friendly",
|
||||||
"tags": ["python", "bayesian", "statistics", "machine-learning"],
|
"technologies": [
|
||||||
"beginner-friendly-label": "good first issue"
|
"Python"
|
||||||
}
|
],
|
||||||
|
"description": "A Python library for Bayesian statistical modeling and probabilistic machine learning. Beginner-friendly with 'good first issue' labels."
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "CiviWiki",
|
"name": "CiviWiki",
|
||||||
|
|||||||
Reference in New Issue
Block a user