open('requirements.txt', 'w') as convert_file:
convert_file.write(json.dumps(requirements))
!pip install -r /content/requirements.txt
ERROR: Invalid requirement: '"\\npandas>=1.1.1\\nnumpy>=1.19.1\\nnetworkx>=2.4\\nseaborn>=0.11.0\\nmatplotlib>=3.3.1\\nscikit-learn>=0.23.2\\nstatsmodels>=0.12.0\\nscipy\\naltair\\nvega\\npymongo\\nplotly\\ntqdm\\nmatplotlib\\numap-learn\\n"' (from line 1 of /content/requirements.txt)
что за пздц? Зачем жсон?
а можем кто-то знает. как запустить на goocle colab это import retentioneering # load sample user behavior data as a pandas dataframe: data = retentioneering.datasets.load_simple_shop() # update config to pass columns names: retentioneering.config.update({ 'user_col': 'user_id', 'event_col':'event', 'event_time_col':'timestamp', }) data.rete.plot_graph(norm_type='node', weight_col='user_id', thresh=0.2, targets = {'payment_done':'green', 'lost':'red'}) на своем пк запкстилось, а вот на колабе - нет, requirements запулил все что нужно вроде сделал https://github.com/retentioneering/retentioneering-tools
Обсуждают сегодня