Skip to content

Understanding default values for tune, draws, and chains in nutpie.sample #159

Description

@trendelkampschroer

I am comparing nutpie vs pymc

+---------+--------+-------+
| kwarg   | nutpie | pymc  |
+=========+========+=======+
| chains  |       6|      4|
+---------+--------+-------+
| tune    |     300|   1000|
+---------+--------+-------+
| draws   |    1000|   1000|   
+---------+--------+-------+

Technically for pymc chains is max(2, min(num. CPU, 4)) which evaluates to 4 on most modern machines with multiple cores...

I'd be glad to get some intuition on the difference in chains and tune compared to pymc.

Thanks a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions