Description
The development argument in the Triangle constructor is a misnomer. We are currently feeding in valuation
raa_df = pd.read_csv(
"https://raw.githubusercontent.com/casact/chainladder-python/master/chainladder/utils/data/raa.csv"
)
raa = cl.Triangle(
raa_df,
origin="origin",
development="development",
columns="values",
cumulative=True,
)
print(raa_df.head(10))
Is your feature request aligned with the scope of the package?
Describe the solution you'd like, or your current workaround.
- introduce
valuation as the equivalent of development
- add
age as an alternative
- add deprecation notice to drop
development from the constructor by 2.0
Do you have any additional supporting notes?
No response
Would you be willing to contribute this ticket?
Description
The
developmentargument in theTriangleconstructor is a misnomer. We are currently feeding in valuationIs your feature request aligned with the scope of the package?
Describe the solution you'd like, or your current workaround.
valuationas the equivalent ofdevelopmentageas an alternativedevelopmentfrom the constructor by 2.0Do you have any additional supporting notes?
No response
Would you be willing to contribute this ticket?