Skip to content

feedback? #2

@freeman-lab

Description

@freeman-lab

Hey everybody, I'm interested in getting feedback on the API. Here are a couple options...

# reza's version

from tuning import estimate

b, r2 = estimate(X, y)
b, r2 = estimate('file1.csv', 'file2.csv')

# daniel's version

from tuning import estimate, convert

X, y = convert('file1.csv', 'file2.csv')
b, r2 = estimate(X, y)

What do people think? 🎅 🎱 🎉

@msarvestani?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions