question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Project: Example Notebooks

See original GitHub issue

This is the discussion issue for Example Notebooks project. The notebook section is completely new. Only a few chapters have been implemented in the form of notebooks. The general approach to any notebook is as follows:

  • Explain briefly the ideas from the book.
  • Explain the API by implementing the interfaces for some custom approach to the explained ideas. For eg: extend the Problem class to implement some custom problem.
  • Solve the same problem using already implemented APIs from the code and compare the merits of using the APIs from the repository if such APIs exist.
  • Apply algorithms on various problems related to the domain.
  • There are a few sections from the book( for eg: Dimensionality Reduction or Ontological Engineering) where the authors have explained the concept without providing a formal algorithm. Such topics must be covered in the notebooks

Before starting to work on a new notebook:

  1. Open a new issue with the following heading: **Notebook: Chapter Name - Version **. Check that the issue is not assigned to anyone.
  2. Mention a topics list of what you will be implementing in the notebook for that particular chapter.
  3. Mention @samagra14 to discuss what can go in that particular notebook.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
adityaa30commented, Mar 2, 2019

@samagra14 I want to work on Chp 7 : Logic agents. Shall i open an issue ?

1reaction
samagra14commented, Feb 27, 2019

Yes, sure. Open the issue for a chapter on which you want to work and keep mentioning the things that you are going to add so that we are on the same page regarding the contents of the notebook.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Guide: Project Notebooks - Writing@CSU
A project notebook is a complete documentation of a project's details. This documentation includes sketches; information from books, discussions, and meetings; ...
Read more >
Build a small example project - Jupyter Book
Build a small example project# · Jupyter Notebook-style inputs and outputs · citations · numbered equations · numbered figures with captions and cross-referencing....
Read more >
Data-Analysis-and-Machine-Learning-Projects/Example ...
In this notebook, I'm going to go over a basic Python data analysis pipeline from start to finish to show you what a...
Read more >
9 Jupyter Notebooks Small Projects on Pandas - Kaggle
9 Jupyter Notebooks Small Projects on Pandas | Data Science and Machine Learning | Kaggle.
Read more >
Build Highly Interactive Projects with Jupyter Notebooks
Below is a sample code showing the alternative option for entering string-type data. Alternative code: widgets.Text( value='Hello World',
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found