Skip to content

Commit 0caebb9

Browse files
add tkinter pack demo source code
1 parent 89c9d84 commit 0caebb9

27 files changed

Lines changed: 906 additions & 3 deletions

.idea/Python.iml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

California Housing Prices/__init__.py

Whitespace-only changes.

California Housing Prices/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
from sklearn.tree import DecisionTreeRegressor
1616
from sklearn.ensemble import RandomForestRegressor
1717

18-
import load_data as myload
19-
import prepare_data as myprepare
20-
import train_model as mytrain
18+
from . import load_data as myload
19+
from . import prepare_data as myprepare
20+
from . import train_model as mytrain
2121

2222

2323
def myprint(message):
2.85 KB
Binary file not shown.
9.07 KB
Binary file not shown.
4.51 KB
Binary file not shown.

0 commit comments

Comments
 (0)