akelleh / causality

Tools for causal analysis
MIT License
1.06k stars 129 forks source link

readme out of date #40

Closed dnachbar closed 6 years ago

dnachbar commented 7 years ago

These lines in the readme are out of date

ic_algorithm = IC(RobustRegressionTest, X, variable_types) graph = ic_algorithm.search()

it should be

ic_algorithm = IC(RobustRegressionTest) graph = ic_algorithm.search(X, variable_types)

akelleh commented 7 years ago

Thanks! I'll get into some revisions this weekend.

On Thu, Sep 7, 2017 at 4:40 AM, dnachbar notifications@github.com wrote:

These lines in the readme are out of date

ic_algorithm = IC(RobustRegressionTest, X, variable_types) graph = ic_algorithm.search()

it should be

ic_algorithm = IC(RobustRegressionTest) graph = ic_algorithm.search(X, variable_types)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/akelleh/causality/issues/40, or mute the thread https://github.com/notifications/unsubscribe-auth/ABrkQD0KydRUAi3SWg6ThuwMNoGT4_X_ks5sf6wSgaJpZM4PPep7 .

--

Adam Kelleher | BuzzFeed | Principal Data Scientist | (843) 737-1257 | tw: @akelleh | github: akelleh

111 East 18th St., NY, NY 10003

1 Most Innovative Company In The World – Fast Company

http://www.fastcompany.com/3056057/most-innovative-companies/buzzfeed-for-shaking-up-media-across-the-globe

frmsaul commented 7 years ago

This commit resolves this issue.