Henry Olders
Henry Olders
I'm still getting the same panic: V panic: /home/henkjet/.vmodules/vsl/plot/run.sh: line 21: /home/henkjet/.vmodules/vsl/plot/.plotvenv_v1/bin/activate: No such file or directory File "/home/henkjet/.vmodules/vsl/plot/plotter.py", line 62 if f'{ax}axis' in layout: ^ SyntaxError: invalid syntax /home/henkjet/.vmodules/vsl/plot/run.sh:...
echo $0 => bash python returns 2.7.17, GCC 7.5.0 python3 returns 3.6.9, GCC 8.4.0 I had changed the references to python3 in create-venv.sh (see attached file; I added .txt to...
The pull aborted because I had modified the create-venv.sh file, so instead I did `v remove vsl` and then `v install vsl` which ran. Now I get: ```sh henkjet@henryjetson:~/vlang/vhamnn$ v...
``` henkjet@henryjetson:~/vlang/vhamnn$ v run . rank -g datasets/iris.tab Creating plotly virtualenv... Collecting plotly Downloading https://files.pythonhosted.org/packages/9f/16/c63412aec59219142b541011524417ef1c1c226e4a5ed2eb1cd808cd1a2b/plotly-5.6.0-py2.py3-none-any.whl (27.7MB) Collecting numpy Downloading https://files.pythonhosted.org/packages/51/60/3f0fe5b7675a461d96b9d6729beecd3532565743278a9c3fe6dd09697fa7/numpy-1.19.5.zip (7.3MB) Collecting tenacity>=6.2.0 (from plotly) Downloading https://files.pythonhosted.org/packages/f2/a5/f86bc8d67c979020438c8559cc70cfe3a1643fd160d35e09c9cca6a09189/tenacity-8.0.1-py3-none-any.whl Collecting six (from...
I'll have to go through in detail later; pressed for time right now. But thanks for your efforts!
for both: “command not found" > On 2022-02-26, at 22h41, Ulises Jeremias Cornejo Fandos ***@***.***> wrote: > > > @holder66 can you send me the output of the following commands?...
I installed pip3, using apt-get. version gets: pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)
I changed the metric for the accuracy by number of attributes plot, to show balanced accuracy instead. Not sure if F1 score here would add anything.
Unfortunately, there are two formulas for balanced accuracy, one for binary (2-class) problems, the other for multiclass problems. Currently, the graph for explore shows the multiclass balanced accuracy only.