"with cml.knowledge_searcher(*components, stdout=True, n_procs=4) as s:\n",
"with cml.knowledge_searcher(*components, n_procs=4) as s:\n",
" for i, block in enumerate(generate_blocks()):\n",
" db, halde = s.search(block)\n",
" dbs.append(db)"
...
...
%% Cell type:code id: tags:
``` python
importcml
```
%% Output
/home/dmt/Project/cml_profiling/venv/lib/python3.7/site-packages/sklearn/utils/deprecation.py:144: FutureWarning: The sklearn.cluster.birch module is deprecated in version 0.22 and will be removed in version 0.24. The corresponding classes / functions should instead be imported from sklearn.cluster. Anything that cannot be imported from sklearn.cluster is now part of the private API.
warnings.warn(message, FutureWarning)
/home/dmt/Project/cml_profiling/venv/lib/python3.7/site-packages/sklearn/utils/deprecation.py:144: FutureWarning: The sklearn.neighbors.kde module is deprecated in version 0.22 and will be removed in version 0.24. The corresponding classes / functions should instead be imported from sklearn.neighbors. Anything that cannot be imported from sklearn.neighbors is now part of the private API.