Skip to content

Commit

Permalink
Naive Bayes, Logistic Regression: Tabs to spaces in other files, Demo…
Browse files Browse the repository at this point in the history
… Script: logreg_* -> logregr_*
  • Loading branch information
Florian Schoppmann authored and Florian Schoppmann committed Jan 29, 2011
1 parent a4505af commit 91317bc
Show file tree
Hide file tree
Showing 3 changed files with 687 additions and 687 deletions.
2 changes: 1 addition & 1 deletion examples/gpce/logistic-regress.sql
Expand Up @@ -96,6 +96,6 @@ SELECT * FROM artificiallogreg LIMIT 5;

\qecho === Calculate Coefficients from artificial data: ================

SELECT madlib.logreg_coef(
SELECT madlib.logregr_coef(
'artificiallogreg', 'y', 'x', 20, 'irls', 0.001
)::REAL[];

0 comments on commit 91317bc

Please sign in to comment.