-
-
Notifications
You must be signed in to change notification settings - Fork 95
UPDATE README #245 #246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
itsIryna
wants to merge
15
commits into
SENATOROVAI:main
Choose a base branch
from
itsIryna:dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
UPDATE README #245 #246
Changes from 12 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
146a2fa
log
IreneHubOps c56e72b
first_log_intro
IreneHubOps db9e627
logs for lesson_05/03/25
IreneHubOps 314243f
Quiz (https://github.com/SENATOROVAI/intro-cs/issues/6)
IreneHubOps 945a9ea
@IreneHubOps Quiz (https://github.com/SENATOROVAI/intro-cs/issues/6)
itsIryna 1f057b9
log_lesson_2
itsIryna 33bbda5
Merge branch 'main' of https://github.com/itsIryna/Data-Science-For-B…
itsIryna bb70ea9
resolving conflict with branches
itsIryna c25fd83
Контрибьютинг в Open Source (#8)
itsIryna 7e28f7b
Merge branch 'main' into dev
itsIryna 00e5c9f
Update README.md
itsIryna 1801091
UPDATE README (#245)
itsIryna 26c12be
Update README.md (closes #245)
itsIryna 4a4b81f
Merge branch 'main' into dev
itsIryna 16391bf
Update .gitignore
itsIryna File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| https://t.me/RuslanSenatorov | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| """Конспект базовых команд Git и их описание. | ||
|
|
||
| Этот ноутбук содержит основные команды Git, сгруппированные по категориям: | ||
| - Базовые команды | ||
| - Просмотр изменений | ||
| - Работа с журналом | ||
| - Отмена изменений | ||
| - Работа с файлами | ||
| - Работа с GitHub | ||
| - Дополнительные команды. | ||
| """ | ||
|
|
||
| # | ||
| # | ||
| # | ||
| # | ||
| # # Основные команды Git | ||
| # | ||
| # ## Базовые команды | ||
| # - `git init` - создать новый репозиторий | ||
| # - `git clone` - копировать существующий репозиторий | ||
| # - `git add <файл>` - добавить файл для отслеживания | ||
| # - `git add .` - добавить все файлы | ||
| # - `git commit -m "сообщение"` - сохранить изменения | ||
| # - `git commit -am "сообщение"` - добавить и сохранить изменения | ||
| # - `git status` - проверить статус файлов | ||
| # - `git --version` - проверить версию Git | ||
| # | ||
| # ## Просмотр изменений | ||
| # - `git diff` - показать несохраненные изменения | ||
| # - `git diff file.py` - изменения в конкретном файле | ||
| # - `git difftool` - открыть изменения в графическом интерфейсе | ||
| # | ||
| # ## Работа с журналом | ||
| # - `git log` - просмотр полного журнала | ||
| # - `git log --oneline` - сокращенный формат | ||
| # - `git log -n 3` - последние 3 коммита | ||
| # - `git show хеш:файл.txt` - содержимое файла в коммите | ||
| # | ||
| # ## Отмена изменений | ||
| # - `git restore file.txt` - отменить несохраненные изменения | ||
| # - `git restore --staged file.txt` - убрать из индекса | ||
| # - `git checkout .` - отменить все изменения | ||
| # - `git revert -n HEAD~3..HEAD` - отменить последние 3 коммита | ||
| # - `git checkout хеш -- файл.py` - вернуть к определенной версии | ||
| # | ||
| # ## Работа с файлами | ||
| # - `git rm file.txt` - удалить файл | ||
| # - `git mv старый.txt новый.txt` - переименовать/переместить файл | ||
| # | ||
| # ## Работа с GitHub | ||
| # - `git remote add origin URL` - привязать удаленный репозиторий | ||
| # - `git push -u origin master` - первая отправка на GitHub | ||
| # - `git push` - отправить изменения | ||
| # - `git clone URL` - клонировать репозиторий | ||
| # | ||
| # ## Дополнительные команды | ||
| # - `git help <команда>` - получить справку | ||
| # - `git <команда> --help` - альтернативный вызов справки | ||
| # - `git ls-files --other --ignored --exclude-standard` - показать игнорируемые файлы |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| { | ||
| "cells": [ | ||
| { | ||
| "cell_type": "code", | ||
| "execution_count": 2, | ||
| "metadata": {}, | ||
| "outputs": [ | ||
| { | ||
| "data": { | ||
| "text/plain": [ | ||
| "'Интро за 27.02.\\n\\nИзучила:\\n- Базовые команды\\n- Просмотр изменений\\n- Работа с журналом\\n- Отмена изменений\\n- Работа с файлами\\n- Работа с GitHub\\n- Дополнительные команды\\n'" | ||
| ] | ||
| }, | ||
| "execution_count": 2, | ||
| "metadata": {}, | ||
| "output_type": "execute_result" | ||
| } | ||
| ], | ||
| "source": [ | ||
| "\"\"\"Интро за 27.02.\n", | ||
| "\n", | ||
| "Изучила:\n", | ||
| "- Базовые команды\n", | ||
| "- Просмотр изменений\n", | ||
| "- Работа с журналом\n", | ||
| "- Отмена изменений\n", | ||
| "- Работа с файлами\n", | ||
| "- Работа с GitHub\n", | ||
| "- Дополнительные команды\n", | ||
| "\"\"\"" | ||
| ] | ||
| } | ||
| ], | ||
| "metadata": { | ||
| "kernelspec": { | ||
| "display_name": "base", | ||
| "language": "python", | ||
| "name": "python3" | ||
| }, | ||
| "language_info": { | ||
| "codemirror_mode": { | ||
| "name": "ipython", | ||
| "version": 3 | ||
| }, | ||
| "file_extension": ".py", | ||
| "mimetype": "text/x-python", | ||
| "name": "python", | ||
| "nbconvert_exporter": "python", | ||
| "pygments_lexer": "ipython3", | ||
| "version": "3.12.7" | ||
| } | ||
| }, | ||
| "nbformat": 4, | ||
| "nbformat_minor": 2 | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| """Интро за 27.02. | ||
|
|
||
| Изучила: | ||
| - Базовые команды | ||
| - Просмотр изменений | ||
| - Работа с журналом | ||
| - Отмена изменений | ||
| - Работа с файлами | ||
| - Работа с GitHub | ||
| - Дополнительные команды | ||
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| { | ||
| "cells": [ | ||
| { | ||
| "cell_type": "code", | ||
| "execution_count": null, | ||
| "metadata": {}, | ||
| "outputs": [], | ||
| "source": [ | ||
| "\"\"\"Log file shows main items of the lessons learned in the course.\"\"\"" | ||
| ] | ||
| }, | ||
| { | ||
| "cell_type": "markdown", | ||
| "metadata": {}, | ||
| "source": [ | ||
| "05.03.2025\n", | ||
| "Overview of Linear Regression:\n", | ||
| "- что такое линейная регрессия:\n", | ||
| " - определение и цель \n", | ||
| " - пример использования\n", | ||
| "- types:\n", | ||
| " простая и множественная\n", | ||
| "- основн понятия:\n", | ||
| " - переменние\n", | ||
| " - уравнение\n", | ||
| " - гипотеза\n", | ||
| "- шум\n", | ||
| "- оценка параметров модели:\n", | ||
| " - MSE\n", | ||
| " -градиентн спуск\n", | ||
| "- оценка качества модели\n", | ||
| "- проверка предположений \n", | ||
| "- пере- и недообучение модели\n", | ||
| "- регуляризация\n", | ||
| "- вид обучения\n", | ||
| " -с учителем\n", | ||
| " - без\n", | ||
| "- классификация лин. регрес\n" | ||
| ] | ||
| } | ||
| ], | ||
| "metadata": { | ||
| "kernelspec": { | ||
| "display_name": "base", | ||
| "language": "python", | ||
| "name": "python3" | ||
| }, | ||
| "language_info": { | ||
| "name": "python", | ||
| "version": "3.12.7" | ||
| } | ||
| }, | ||
| "nbformat": 4, | ||
| "nbformat_minor": 2 | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| """Log file shows main items of the lessons learned in the course.""" | ||
|
|
||
| # 05.03.2025 | ||
| # Overview of Linear Regression: | ||
| # - что такое линейная регрессия: | ||
| # - определение и цель | ||
| # - пример использования | ||
| # - types: | ||
| # простая и множественная | ||
| # - основн понятия: | ||
| # - переменние | ||
| # - уравнение | ||
| # - гипотеза | ||
| # - шум | ||
| # - оценка параметров модели: | ||
| # - MSE | ||
| # -градиентн спуск | ||
| # - оценка качества модели | ||
| # - проверка предположений | ||
| # - пере- и недообучение модели | ||
| # - регуляризация | ||
| # - вид обучения | ||
| # -с учителем | ||
| # - без | ||
| # - классификация лин. регрес | ||
| # |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.