Richard Cook
Richard Cook
MacOS 10.14 Mojave, python 3.7. The cell ``` #cat_to_num(data['Sex']) features = prepare_data(data_train) features[:5] ``` Gives ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in 1 #cat_to_num(data['Sex']) ----> 2 features =...
Windows 7 64 bit, latest Lightning plugin and force cli Doing 'Fetch, Lightning' and picking a component. Previously components were put in metadata/aura directory, and .manifest file was fetched as...
The upcoming Elixir 1.18 is deprecating the "unless" macro. unless is used in gen_state_machine.ex There is a migration command, mix format --migrate to change code.