nxbringr

Results 1 issues of nxbringr

# Description [WIP] Project implementation to support the following features: 1. Projects Object (done): ``` fraud = ff.Project(name=”fraud”, [{transactions: “v1”}]) ``` 2. Get Project via Client ``` fraud = client.get_project(“fraud”)...