tensorflow: Install TensorFlow for use with 'MLWIC'

Description Usage Arguments

View source: R/tensorflow.R

Description

MLWIC requires an installation of tensorflow that can be used by Python. You need to use this before using classify or train. If this is your first time using this function, you should see additional documentation at https://github.com/mikeyEcology/MLWIC . This function will install tensorflow on Linux machines; if you are using Windows, you will need to install tensorflow on your own following the directions here: https://www.tensorflow.org/install/install_windows. I recommend using the installation with Anaconda.

Usage

1
tensorflow(os = "Mac")

Arguments

os

The operating system on your computer. Options are "Mac" or "Ubuntu". Specifying "Windows" will thrown an error because we cannot automatically install TensorFlow on Windows at this time.


mikeyEcology/MLWIC documentation built on Aug. 23, 2020, 7:30 a.m.