Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aksnzhy committed Dec 9, 2017
1 parent bf61135 commit a4dc35b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
Binary file modified _build/doctrees/command_line.doctree
Binary file not shown.
Binary file modified _build/doctrees/environment.pickle
Binary file not shown.
5 changes: 3 additions & 2 deletions _build/html/_sources/command_line.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ Users can choose different machine learning models by using ``-s`` option ::
4 -- factorization machines (FM)
5 -- field-aware factorization machines (FFM)

For LR and FM, the input data can be ``CSV`` or ``libsvm`` data format, while for FFM, the input
data should be the ``libffm`` format.
For LR and FM, the input data can be ``CSV`` or ``libsvm`` data format, while for FFM, the
input data should be the ``libffm`` format. You can give a ``libffm`` file to LR and FM, and
at that time xLearn will treat the data as ``libsvm`` format.



Expand Down
5 changes: 3 additions & 2 deletions _build/html/command_line.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,9 @@ <h2>Choose Machine Learning Model<a class="headerlink" href="#choose-machine-lea
<span class="mi">5</span> <span class="o">--</span> <span class="n">field</span><span class="o">-</span><span class="n">aware</span> <span class="n">factorization</span> <span class="n">machines</span> <span class="p">(</span><span class="n">FFM</span><span class="p">)</span>
</pre></div>
</div>
<p>For LR and FM, the input data can be <code class="docutils literal"><span class="pre">CSV</span></code> or <code class="docutils literal"><span class="pre">libsvm</span></code> data format, while for FFM, the input
data should be the <code class="docutils literal"><span class="pre">libffm</span></code> format.</p>
<p>For LR and FM, the input data can be <code class="docutils literal"><span class="pre">CSV</span></code> or <code class="docutils literal"><span class="pre">libsvm</span></code> data format, while for FFM, the
input data should be the <code class="docutils literal"><span class="pre">libffm</span></code> format. You can give a <code class="docutils literal"><span class="pre">libffm</span></code> file to LR and FM, and
at that time xLearn will treat the data as <code class="docutils literal"><span class="pre">libsvm</span></code> format.</p>
<blockquote>
<div><div class="toctree-wrapper compound">
</div>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions command_line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ Users can choose different machine learning models by using ``-s`` option ::
4 -- factorization machines (FM)
5 -- field-aware factorization machines (FFM)

For LR and FM, the input data can be ``CSV`` or ``libsvm`` data format, while for FFM, the input
data should be the ``libffm`` format.
For LR and FM, the input data can be ``CSV`` or ``libsvm`` data format, while for FFM, the
input data should be the ``libffm`` format. You can give a ``libffm`` file to LR and FM, and
at that time xLearn will treat the data as ``libsvm`` format.



Expand Down

0 comments on commit a4dc35b

Please sign in to comment.