FancyImpute installation in Anaconda

前端 未结 8 539
天涯浪人
天涯浪人 2021-01-13 05:17

I was trying to install fancyimpute library on my Windows system. I am using Spyder on the Anaconda Navigator. I have tried the following on the command prompt as Administra

8条回答
  •  伪装坚强ぢ
    2021-01-13 05:47

    First you have to install Tensorflow and You have to follow the instruction provided in https://www.tensorflow.org/install/pip

    And then you can install below

    1. conda install ecos
    2. conda install CVXcanon
    3. conda install fancyimpute

    (you can install using pip too)

提交回复
热议问题