Skip to content

Commit

Permalink
Added Citation.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Jan 22, 2024
1 parent 87069c5 commit 10ef6b1
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: m5py
message: 'If you use this software, please cite it as below.'
type: software
authors:
- family-names: Marié
given-names: Sylvain
orcid: 'https://orcid.org/0000-0002-5929-1047'
identifiers:
- type: doi
value: 10.5281/zenodo.10552219
description: Software (Zenodo)
repository-code: 'https://github.com/smarie/python-m5p'
url: 'https://smarie.github.io/python-m5p/'
repository-artifact: 'https://pypi.org/project/m5py/'
abstract: >-
An implementation of M5 (Prime) and model trees for
scikit-learn.
keywords:
- python
- model
- tree
- regression
- M5
- prime
- scikit-learn
- machine learning
license: BSD-3-Clause
doi: 10.5281/zenodo.10552219
preferred-citation:
type: conference
url: 'https://hal.science/hal-03762155/'
authors:
- family-names: Marié
given-names: Sylvain
orcid: 'https://orcid.org/0000-0002-5929-1047'
title: >-
`python-m5p` - M5 Prime regression trees in python, compliant with
scikit-learn
conference:
name: "PyCon.DE & PyData"
city: "Berlin"
country: "Germany"
date-end: "2022-04-13"
date-start: "2022-04-11"

0 comments on commit 10ef6b1

Please sign in to comment.