Skip to content

Commit

Permalink
add minimum mean distance model
Browse files Browse the repository at this point in the history
  • Loading branch information
phatdatnguyen committed Oct 25, 2023
1 parent ea39b83 commit 0e9ae84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion JadeChem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="OxyPlot.WindowsForms" Version="2.1.2" />
<PackageReference Include="RDKit2DotNetStandard" Version="1.0.32" />
<PackageReference Include="TorchSharp-cuda-windows" Version="0.100.5" />
<PackageReference Include="TorchSharp-cuda-windows" Version="0.100.6" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ A Windows GUI software for performing machine learning (ML) tasks in chemistry.
- Linear Regression
- Logistic Regression
- k-Nearest Neighbors
- Minimum Mean Distance
- Naive Bayes
- Decision Tree
- Random Forest
Expand Down

0 comments on commit 0e9ae84

Please sign in to comment.