marvin-python-toolbox
Marvin AI has been accepted into the Apache Foundation and is now available at https://github.com/apache/incubator-marvin
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- custom.md
- feature_request.md
- marvin
- __init__.py
- config.py
- data.py
- data_source_provider.py
- exceptions.py
- http_client.py
- profiling.py
- utils.py
- actions.proto
- __init__.py
- keras_serializer.py
- __init__.py
- actions_pb2.py
- actions_pb2_grpc.py
- __init__.py
- engine_base_action.py
- engine_base_data_handler.py
- engine_base_prediction.py
- engine_base_training.py
- jupyter_notebook_config.py
- main.js
- marvin_bash_completion
- sample.ipynb
- __init__.py
- acquisitor_and_cleaner.py
- training_preparator.py
- __init__.py
- feedback.py
- prediction_preparator.py
- predictor.py
- __init__.py
- metrics_evaluator.py
- trainer.py
- __init__.py
- _compatibility.py
- _logging.py
- VERSION
- test_acquisitor_and_cleaner.py
- test_training_preparator.py
- test_feedback.py
- test_prediction_preparator.py
- test_predictor.py
- test_metrics_evaluator.py
- test_trainer.py
- conftest.py
- .bumpversion.cfg
- .coveragerc
- .gitignore
- CHANGES.md
- Dockerfile
- docs.yaml
- engine.messages
- engine.metadata
- engine.params
- fabfile.py
- feedback.messages
- INSTALL
- LICENSE
- Makefile
- MANIFEST.in
- marvin.ini
- pytest.ini
- README.md
- setup.cfg
- setup.py
- tox.ini
- __init__.py
- engine.py
- hive.py
- notebook.py
- pkg.py
- test.py
- __init__.py
- _compatibility.py
- _logging.py
- config.py
- decorators.py
- loader.py
- manage.py
- VERSION
- count-db-tables-rows.ipynb
- spark_data_source_test.ipynb
- test_config.py
- test_data.py
- test_data_source_provider.py
- test_http_client.py
- test_profiling.py
- test_utils.py
- test_keras_serializer.py
- test_engine_base_action.py
- test_engine_base_data_handler.py
- test_engine_base_prediction.py
- test_engine_base_training.py
- config.sample
- test_engine.py
- test_hive.py
- test_notebook.py
- test_pkg.py
- conftest.py
- test_loader.py
- .bumpversion.cfg
- .coveragerc
- .gitignore
- .travis.yml
- CHANGES.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- INSTALL
- LICENSE
- Makefile
- MANIFEST.in
- marvin.ini
- NOTICE
- PULL_REQUEST_TEMPLATE.md
- pytest.ini
- README.md
- setup.cfg
- setup.py
- tox.ini
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/marvin-ai/marvin-python-toolbox
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd marvin-python-toolbox
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
notebook #Start the Jupyter notebook server.
이 명령어를 터미널에 그대로 입력해 실행하세요.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
