开源软件名称(OpenSource Name):cognoma/machine-learning开源软件地址(OpenSource Url):https://github.com/cognoma/machine-learning开源编程语言(OpenSource Language):Jupyter Notebook 97.0%开源软件介绍(OpenSource Introduction):Machine learning for Project CognomaThis repository hosts machine learning code and discussion (see Issues) for Project Cognoma. NOTE: This repository is no longer up-to-date with the web applicationThe production notebook that is served to website users can be found in the ml-workers repository. This repository will be used for continued data exploration and new modeling approaches. NotebooksThe following notebooks implement the primary machine learning workflow for Cognoma:
If you've modified a notebook and are submitting a pull request, then export the notebooks to scripts: jupyter nbconvert --to=script --FilesWriter.build_directory=scripts *.ipynb EnvironmentThis repository uses conda to manage its environment and install packages.
If you don't have conda installed on your system, you can download it here.
You can install the Python 2 or 3 version of Miniconda (or Anaconda), which determines the Python version of your root environment.
Since we create a dedicated environment for this project, named With conda, you can create the # Create or overwrite the cognoma-machine-learning conda environment
conda env create --file environment.yml If conda env update --file environment.yml Activate the environment by running |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论