I am starting a new Console Application
F#
project in Visual Studio version 15.8.1
. Using paket
, I installed these packages:
Accord
Accord.Math
Accord.Statistics
Accord.MachineLearning
So far so good. But when I installed Accord.MachineLearning.gpl
in addition to the above packages I got a duplicate entry for Accord.MachineLearning
in the Solution Explorer
References
list:
Accord
Accord.Math
Accord.Statistics
Accord.MachineLearning
Accord.MachineLearning // duplicate here
Accord.MachineLearning.gpl
Questions:
1) Is this a problem?
2) How to avoid this?
3) Is there a way to eliminate the duplicate?