Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
amva13 authored Sep 9, 2024
1 parent 550c790 commit f56f4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single_pred_tasks/MPC/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h3 id="leenay-et-al">Wan Xiang et al.</h3>

<div class="language-python highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="kn">from</span> <span class="nn">tdc.single_pred</span> <span class="kn">import</span> <span class="n">MPC</span>
<span class="n">data</span> <span class="o">=</span> <span class="n">MPC</span><span class="p">(</span><span class="n">name</span> <span class="o">=</span> <span class="s">"INSERT_URL_HERE"</span><span class="n">)</span> # url from the source github repo https://github.com/bidd-group/MPCD/tree/main/dataset
<span class="n"># example url: https://github.com/bidd-group/MPCD/blob/main/dataset/ADMET/DeepDelta_benchmark/Caco2.csv </span>
<span class="n"># example url: https://raw.githubusercontent.com/bidd-group/MPCD/main/dataset/ADMET/DeepDelta_benchmark/Caco2.csv </span>
<span class="n">split</span> <span class="o">=</span> <span class="n">data</span><span class="p">.</span><span class="n">get_data</span><span class="p">()</span>
</code></pre></div></div>

Expand Down

0 comments on commit f56f4d6

Please sign in to comment.