Pyconstruct
0.2.1
Install
Quick Start
Structured prediction
Reference Manual
Datasets
Domains
Learners
Metrics
Models
pyconstruct.models.BaseModel
pyconstruct.models.LinearModel
pyconstruct.models.LinearModel.clear
pyconstruct.models.LinearModel.copy
pyconstruct.models.LinearModel.decision_function
pyconstruct.models.LinearModel.fromkeys
pyconstruct.models.LinearModel.get
pyconstruct.models.LinearModel.items
pyconstruct.models.LinearModel.keys
pyconstruct.models.LinearModel.loss
pyconstruct.models.LinearModel.margin
pyconstruct.models.LinearModel.phi
pyconstruct.models.LinearModel.pop
pyconstruct.models.LinearModel.popitem
pyconstruct.models.LinearModel.predict
pyconstruct.models.LinearModel.setdefault
pyconstruct.models.LinearModel.update
pyconstruct.models.LinearModel.values
Utilities
Pyconstruct
Docs
»
Reference Manual
»
Models
»
pyconstruct.models.LinearModel
»
pyconstruct.models.LinearModel.pop
View page source
pyconstruct.models.LinearModel.pop
¶
LinearModel.
pop
(
k
[
,
d
]
)
→ v, remove specified key and return the corresponding value.
¶
If key is not found, d is returned if given, otherwise KeyError is raised