-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.ini
32 lines (31 loc) · 1.35 KB
/
settings.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[DEFAULT]
# All sections below are required unless otherwise specified
lib_name = hands_on_ml
user = Akramz
description = My Personal Notebooks & Code to Go Along with "Hands-On Machine Learning with Scikit-Learn, Keras & TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems" Book by Aurelien Geron
keywords = Machine-Learning,Deep-Learning,Artificial-Intelligence,Neural-Networks
author = Aurelien Geron
author_email = [email protected]
copyright = Aurelien Geron
branch = master
version = 0.0.1
min_python = 3.6
audience = Developers
language = English
# Set to True if you want to create a more fancy sidebar.json than the default
custom_sidebar = False
# Add licenses and see current list in `setup.py`
license = apache2
# From 1-7: Planning Pre-Alpha Alpha Beta Production Mature Inactive
status = 2
# Change to, e.g. "nbs", to put your notebooks in nbs dir instead of repo root
nbs_path = .
doc_path = docs
# Optional. Same format as setuptools console_scripts
# console_scripts =
# Optional. Same format as setuptools requirements
# requirements =
# Anything shown as '%(...)s' is substituted with that setting automatically
git_url = https://github.com/akramz/Hands-on-Machine-Learning-with-Scikit-Learn-Keras-and-TensorFlow/tree/%(branch)s/
lib_path = %(lib_name)s
title = Hands-on-Machine-Learning-with-Scikit-Learn-Keras-and-TensorFlow