Skip to content

Commit

Permalink
Add big fat warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianp committed Sep 9, 2015
1 parent a52bf80 commit dde969a
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 1 deletion.
Empty file modified .gitignore 100644 → 100755
Empty file.
Empty file modified COPYING 100644 → 100755
Empty file.
4 changes: 3 additions & 1 deletion README.rst 100644 → 100755
@@ -1,6 +1,8 @@
Some ranking and ordinal regression algorithms in Python.

.. image:: http://fseoane.net/static/minirank-logo.png
# WARNING: THIS SOFTWARE HAS SOME BUGS AND IS PROBABLY BROKEN
# I'M WORKING ON A FRENSH IMPLEMENTATION OF ORDINAL REGRESSION
# METHODS IN https://github.com/fabianp/mord

Dependencies
------------
Expand Down
Empty file modified minirank/__init__.py 100644 → 100755
Empty file.
Empty file modified minirank/data/pyrim.ord 100644 → 100755
Empty file.
Empty file modified minirank/datasets.py 100644 → 100755
Empty file.
Empty file modified minirank/linear.py 100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions minirank/logistic.py 100644 → 100755
Expand Up @@ -275,6 +275,7 @@ def ordinal_logistic_predict(w, theta, X):
w, theta = ordinal_logistic_fit(X[train], y[train], verbose=True,
solver='TNC')
pred = ordinal_logistic_predict(w, theta, X[test])
1/0
s = metrics.mean_absolute_error(y[test], pred)
print('ERROR (ORDINAL) fold %s: %s' % (i+1, s))
score_ordinal_logistic.append(s)
Expand Down
Empty file modified minirank/metrics.py 100644 → 100755
Empty file.
Empty file modified minirank/misc.py 100644 → 100755
Empty file.
Empty file modified minirank/ordinal.py 100644 → 100755
Empty file.
Empty file modified notebooks/comparison_ordinal_logistic.ipynb 100644 → 100755
Empty file.
Empty file modified notebooks/images/minirank-logo.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified notebooks/pairwise_transform.ipynb 100644 → 100755
Empty file.
Empty file modified setup.py 100644 → 100755
Empty file.
Empty file modified test.py 100644 → 100755
Empty file.

0 comments on commit dde969a

Please sign in to comment.