kind of big changes here: we can now inspect & see the most positive and negative words for a trained svm, to help tune the value C. then there is also the UI for setting value C in the SVM. Finally the value of C I adjusted to default to 0.01 (was 0.1 before) because the results and the weights look more sensible based on manual inspection. We need some dataset of people libraries in order to potentially cross-validate a good value C automatically. For now there are not enough active users of the site that such a thing could be attempted and succeed. Doing my best now just by eyeballing
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<script>
|
||||
var paper = {{ paper | tojson }};
|
||||
var words = {{ words | tojson }};
|
||||
var words_desc = {{ words_desc | tojson }};
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
@@ -16,4 +17,5 @@ var words = {{ words | tojson }};
|
||||
|
||||
{% block elements %}
|
||||
<script src="{{ url_for('static', filename='paper_detail.js') }}" type="text/babel"></script>
|
||||
<script src="{{ url_for('static', filename='word_list.js') }}" type="text/babel"></script>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user